core: add types for storage limits

This commit is contained in:
Abdullah Atta
2025-07-17 10:08:09 +05:00
parent 26eafcfee9
commit 16092a4185

View File

@@ -592,6 +592,8 @@ export type User = {
monographPasswordsKey?: Cipher<"base64">; monographPasswordsKey?: Cipher<"base64">;
inboxKeys?: { public: string; private: Cipher<"base64"> }; inboxKeys?: { public: string; private: Cipher<"base64"> };
marketingConsent?: boolean; marketingConsent?: boolean;
storageUsed?: number;
totalStorage?: number;
mfa: { mfa: {
isEnabled: boolean; isEnabled: boolean;
primaryMethod: AuthenticatorType; primaryMethod: AuthenticatorType;