mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 22:45:14 +00:00
another type screw up
This commit is contained in:
@@ -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 })[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user