7 lines
176 B
TypeScript
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 };
|