@signalwire/core
Version:
Shared code for the SignalWire JS SDK
16 lines • 367 B
TypeScript
export declare const RPCPing: () => {
id: string;
method: import("..").JSONRPCMethod;
params: {
[key: string]: any;
};
jsonrpc: "2.0";
};
export declare const RPCPingResponse: (id: string, timestamp?: number) => {
id: string;
result: {
[key: string]: any;
};
jsonrpc: "2.0";
};
//# sourceMappingURL=RPCPing.d.ts.map