feat(preferences): lots of refactoring and changes to #3214
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package dtos
|
||||
|
||||
type Preferences struct {
|
||||
Theme string `json:"theme"`
|
||||
HomeDashboardId int64 `json:"homeDashboardId"`
|
||||
Timezone string `json:"timezone"`
|
||||
}
|
||||
Reference in New Issue
Block a user