mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
core: add types for storage limits
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user