diff --git a/Runware/types.ts b/Runware/types.ts index 82a9718..e6d81d5 100644 --- a/Runware/types.ts +++ b/Runware/types.ts @@ -358,6 +358,8 @@ export interface IRequestVideo extends IRequestImageToText { speech?: { voice: string; text: string; + } & { + [key: string]: unknown; }; skipResponse?: boolean; customTaskUUID?: string;