another type screw up

This commit is contained in:
MathMan05
2026-02-05 11:01:54 -06:00
parent d7e468f336
commit 00c77576f3
@@ -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 })[];
}