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