ente/src/types.ts

8 lines
157 B
TypeScript
Raw Normal View History

export interface keyAttributes {
kekSalt: string;
kekHash: string;
kekHashSalt: string;
encryptedKey: string;
encryptedKeyIV: string;
};