// 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, };