diff --git a/lib/types.ts b/lib/types.ts index aa5da03..b15dda4 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -225,12 +225,10 @@ export type ExposeUiPaths = Array<{ export type Effects = { executeAction(opts: { serviceId?: string + actionId: string input: Input }): Promise - /** Sandbox mode lets us read but not write */ - is_sandboxed(): Promise - /** Removes all network bindings */ clearBindings(): Promise /** Creates a host connected to the specified port with the provided options */