session-desktop/libtextsecure/index.d.ts

15 lines
336 B
TypeScript

import { LibTextsecureCryptoInterface } from './crypto';
export interface LibTextsecure {
messaging: boolean;
crypto: LibTextsecureCryptoInterface;
storage: any;
SendMessageNetworkError: any;
ReplayableError: any;
EmptySwarmError: any;
SeedNodeError: any;
HTTPError: any;
NotFoundError: any;
TimestampError: any;
}