Files
Oxicloud/frontend/src/lib/generated/message-bus/RtSubscribeParams.ts
T
2026-09-11 00:28:04 +02:00

7 lines
176 B
TypeScript

// AUTO-GENERATED — do not edit by hand.
// Regenerate with `just asyncapi-ts`.
interface RtSubscribeParams {
topic: string;
}
export type { RtSubscribeParams as default };