UNPKG

imt-gateway

Version:
8 lines (6 loc) 189 B
import {TClient} from './client'; import {TEvent} from './event'; import {TAction} from './action'; export const Client: TClient; export const Event: TEvent; export const Action: TAction;