Working on user preferences for dashboards
This commit is contained in:
@ -4,6 +4,7 @@ type UserInfo = {
|
||||
name: string;
|
||||
patreon: boolean;
|
||||
timezone: string | null;
|
||||
reset_inputs_on_create: boolean;
|
||||
};
|
||||
|
||||
export type GuildInfo = {
|
||||
|
Reference in New Issue
Block a user