We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4df7a commit 997180aCopy full SHA for 997180a
server/types/user.ts
@@ -22,7 +22,7 @@ export interface IUser extends VirtualId, MongooseTimestamps {
22
tokens: { kind: string }[];
23
apiKeys: Types.DocumentArray<ApiKeyDocument>;
24
preferences: UserPreferences;
25
- totalSize?: number;
+ totalSize: number;
26
cookieConsent: CookieConsentOptions;
27
banned: boolean;
28
lastLoginTimestamp?: Date;
0 commit comments