mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 16:05:41 +00:00
fix: add | null to guild folder types
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -62,10 +62,10 @@ export interface CustomStatus {
|
||||
}
|
||||
|
||||
export interface GuildFolder {
|
||||
color?: number;
|
||||
color?: number | null;
|
||||
guild_ids: string[];
|
||||
id?: number;
|
||||
name?: string;
|
||||
id?: number | null;
|
||||
name?: string | null;
|
||||
}
|
||||
|
||||
export interface FriendSourceFlags {
|
||||
|
||||
Reference in New Issue
Block a user