UNPKG

raiden-ts

Version:

Raiden Light Client Typescript/Javascript SDK

10 lines (9 loc) 281 B
import * as t from 'io-ts'; export declare const RaidenMatrixSetup: t.ReadonlyC<t.TypeC<{ userId: t.StringC; accessToken: t.StringC; deviceId: t.StringC; displayName: t.StringC; }>>; export interface RaidenMatrixSetup extends t.TypeOf<typeof RaidenMatrixSetup> { }