Files
khadhroony-bobobot/kb_demo_app/frontend/ts/bindings/DemoWsManagerEndpointSummary.ts
2026-05-10 00:33:01 +02:00

7 lines
363 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* Static endpoint summary enriched with current manager state.
*/
export type DemoWsManagerEndpointSummary = { name: string, resolvedUrl: string, provider: string, roles: Array<string>, connectionState: string, activeSubscriptionCount: number, };