11 lines
254 B
TypeScript
11 lines
254 B
TypeScript
// 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 };
|