UNPKG

@signalwire/core

Version:
7 lines 334 B
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