Add preferences to interface
This commit is contained in:
@ -17,7 +17,7 @@ type UserInfo = {
|
||||
};
|
||||
};
|
||||
|
||||
type UpdateUserInfo = {
|
||||
export type UpdateUserInfo = {
|
||||
timezone?: string;
|
||||
reset_inputs_on_create?: boolean;
|
||||
dashboard_color_scheme?: ColorScheme;
|
||||
|
Reference in New Issue
Block a user