diff options
Diffstat (limited to 'shared/models/users/user.model.ts')
-rw-r--r-- | shared/models/users/user.model.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/models/users/user.model.ts b/shared/models/users/user.model.ts index b5823b47a..de9825e1f 100644 --- a/shared/models/users/user.model.ts +++ b/shared/models/users/user.model.ts | |||
@@ -25,6 +25,9 @@ export interface User { | |||
25 | videoQuota: number | 25 | videoQuota: number |
26 | videoQuotaDaily: number | 26 | videoQuotaDaily: number |
27 | createdAt: Date | 27 | createdAt: Date |
28 | |||
29 | theme: string | ||
30 | |||
28 | account: Account | 31 | account: Account |
29 | notificationSettings?: UserNotificationSetting | 32 | notificationSettings?: UserNotificationSetting |
30 | videoChannels?: VideoChannel[] | 33 | videoChannels?: VideoChannel[] |