UNPKG

ajsfw

Version:
6 lines (5 loc) 122 B
import { Protocol } from "./Protocol"; export interface ITransportMessage { protocol: Protocol; data: any; }