ente/src/types.ts

7 lines
135 B
TypeScript
Raw Normal View History

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