Change premium field

This commit is contained in:
René Preuß
2023-03-02 17:07:22 +01:00
parent 961be44480
commit 3ac8430a0f
3 changed files with 3 additions and 2 deletions

1
shared/schema.d.ts vendored
View File

@@ -5,6 +5,7 @@ export interface User {
id: string
name: string
avatar_url: string
premium: boolean
config: {
storage_limit: number
videos_limit: number