etebase
Version:
Etebase TypeScript API for the web and node
24 lines (23 loc) • 553 B
TypeScript
export declare const sessionStorageKey = "YA0cMVJ9Q_SKYJCvKNni9y13vf62rEIq8M6kjtT14b4";
export declare const USER: {
username: string;
email: string;
password: string;
pubkey: string;
encryptedContent: string;
loginPubkey: string;
key: string;
salt: string;
storedSession: string;
};
export declare const USER2: {
username: string;
email: string;
password: string;
pubkey: string;
encryptedContent: string;
loginPubkey: string;
key: string;
salt: string;
storedSession: string;
};