diff --git a/lib/types.ts b/lib/types.ts index c743365..aac290b 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -227,8 +227,6 @@ export type Effects = { /** The idea is that we can mount the imageId, and it returns us the location of the mount. */ createOverlayedImage(options: { imageId: string }): Promise - /** Sandbox mode lets us read but not write */ - is_sandboxed(): Promise /** Removes all network bindings */ clearBindings(): Promise