chore: Remove the is sandbox

This commit is contained in:
J H
2024-01-26 14:14:41 -07:00
parent 1f36d0c623
commit 1736b46e0d

View File

@@ -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<String>
/** Sandbox mode lets us read but not write */
is_sandboxed(): Promise<boolean>
/** Removes all network bindings */
clearBindings(): Promise<void>