Skip to content

Commit bbdb74a

Browse files
committed
add types
1 parent 0d2f05b commit bbdb74a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

node/lib.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,13 @@ export class Client {
538538
striptoken?: boolean;
539539
expiration?: number;
540540
}): void;
541+
invoke_openrpa({ robotid, workflowid, payload, rpc, timeout }: {
542+
robotid: any;
543+
workflowid: any;
544+
payload: any;
545+
rpc?: boolean;
546+
timeout?: number;
547+
}): any;
541548
}
542549
export class ClientError extends Error {
543550
constructor(message: any);

node/lib.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)