WIP plugins: load theme on client side

This commit is contained in:
Chocobozzz 2019-07-10 14:06:19 +02:00 committed by Chocobozzz
parent 7cd4d2ba10
commit ffb321bedc
19 changed files with 194 additions and 91 deletions

View file

@ -25,6 +25,9 @@ export interface User {
videoQuota: number
videoQuotaDaily: number
createdAt: Date
theme: string
account: Account
notificationSettings?: UserNotificationSetting
videoChannels?: VideoChannel[]