ente/src/types.ts

7 lines
136 B
TypeScript
Raw Normal View History

export interface keyAttributes {
kekSalt: string;
kekHash: string;
encryptedKey: string;
keyDecryptionNonce: string;
};