UNPKG

jcc_rpc

Version:
10 lines (9 loc) 160 B
declare interface IResponse { result: boolean; code?: string; data?: any; date?: Date; msg: string; port?: number; host?: string; }