mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-28 12:45:34 +00:00
Merge pull request #1428 from CyberL1/fix/guild-folder-types-nullable
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