Add preferences to interface

This commit is contained in:
jude
2024-08-04 15:05:28 +01:00
parent febd04c374
commit ef76611d33
6 changed files with 133 additions and 4 deletions

View File

@ -17,7 +17,7 @@ type UserInfo = {
};
};
type UpdateUserInfo = {
export type UpdateUserInfo = {
timezone?: string;
reset_inputs_on_create?: boolean;
dashboard_color_scheme?: ColorScheme;