session-desktop/libloki/index.d.ts

8 lines
150 B
TypeScript

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