diff --git a/src/schemas/uncategorised/ChannelModifySchema.ts b/src/schemas/uncategorised/ChannelModifySchema.ts index 7230eed11..70501b993 100644 --- a/src/schemas/uncategorised/ChannelModifySchema.ts +++ b/src/schemas/uncategorised/ChannelModifySchema.ts @@ -49,5 +49,5 @@ export interface ChannelModifySchema { auto_archive_duration?: number; archived?: boolean; locked?: boolean; - available_tags?: TagCreateSchema & { id: string }; + available_tags?: (TagCreateSchema & { id: string })[]; }