From 1736b46e0dc96a12b2621678cb82b966381faedc Mon Sep 17 00:00:00 2001 From: J H <2364004+Blu-J@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:14:41 -0700 Subject: [PATCH] chore: Remove the is sandbox --- lib/types.ts | 2 -- 1 file changed, 2 deletions(-) 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