refactor(msg-bus): prefer MessageBus as Realtime
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// AUTO-GENERATED — do not edit by hand.
|
||||
// Regenerate with `just asyncapi-ts`.
|
||||
interface RtSubscribeParams {
|
||||
topic: string;
|
||||
}
|
||||
export type { RtSubscribeParams as default };
|
||||
Reference in New Issue
Block a user