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