prefs.go 172 B

1234567
  1. package dtos
  2. type Preferences struct {
  3. Theme string `json:"theme"`
  4. HomeDashboardId int64 `json:"homeDashboardId"`
  5. Timezone string `json:"timezone"`
  6. }