UNPKG

yao-node-client

Version:

A node client for yao application development

12 lines (11 loc) 257 B
export declare function RemoteRequest(payload: { type: string; method: string; engine?: string; args?: object; space?: string; key?: string; value?: object; message?: string; }): any; export default RemoteRequest;