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

8 lines
384 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { DemoWsManagerEndpointSummary } from "./DemoWsManagerEndpointSummary";
/**
* Global demo manager snapshot payload.
*/
export type DemoWsManagerSnapshotPayload = { endpointCount: number, startedCount: number, endpoints: Array<DemoWsManagerEndpointSummary>, };