0.7.23
This commit is contained in:
6
kb_app/frontend/ts/bindings/KbDemoWsSubscribeRequest.ts
Normal file
6
kb_app/frontend/ts/bindings/KbDemoWsSubscribeRequest.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
/**
|
||||
* Subscribe request sent by the demo frontend.
|
||||
*/
|
||||
export type KbDemoWsSubscribeRequest = { method: string, mode: string, target: string | null, filterJson: string | null, configJson: string | null, };
|
||||
Reference in New Issue
Block a user