LoginResponse: {
apiKey: string;
dek: string | null;
masterKeys: string | null;
privateKey: string | null;
publicKey: string | null;
}
Type declaration
apiKey: string
dek: string | null
masterKeys: string | null
privateKey: string | null
publicKey: string | null