UNPKG

tsrpc-protocol

Version:
11 lines (10 loc) 205 B
export default interface TsrpcRes { /** * Error message (if error), is `undefined` when success */ errmsg?: string; /** * Extra error info */ errinfo?: any; }