session-desktop/libloki/index.d.ts
2021-03-05 15:40:15 +11:00

8 lines
129 B
TypeScript

import { CryptoInterface } from './crypto';
export interface Libloki {
api: any;
crypto: CryptoInterface;
storage: any;
}