UNPKG

rerummagni

Version:
10 lines (8 loc) 269 B
import { ITransportSocketCommandOptions } from './ITransportSocketCommandOptions'; export interface ITransportSocketRequestPayload<U = any> { id: string; name: string; request?: U; options?: ITransportSocketCommandOptions; isNeedReply?: boolean; }