@signalwire/core
Version:
Shared code for the SignalWire JS SDK
7 lines • 334 B
TypeScript
import type { SDKWorker } from '../utils/interfaces';
import type { ExecuteActionParams } from '../redux/interfaces';
/**
* Send a JSONRPC over the wire using session.execute and resolve/reject the promise
*/
export declare const executeActionWorker: SDKWorker<ExecuteActionParams>;
//# sourceMappingURL=executeActionWorker.d.ts.map