feat: Update to remove is sandboxed

This commit is contained in:
J H
2023-12-11 12:56:35 -07:00
parent 125c7a2ac3
commit a788c9fca0

View File

@@ -225,12 +225,10 @@ export type ExposeUiPaths<Store> = Array<{
export type Effects = {
executeAction<Input>(opts: {
serviceId?: string
actionId: string
input: Input
}): Promise<unknown>
/** Sandbox mode lets us read but not write */
is_sandboxed(): Promise<boolean>
/** Removes all network bindings */
clearBindings(): Promise<void>
/** Creates a host connected to the specified port with the provided options */