From 84b3479db085ae2575d45342e3743c21eabd657f Mon Sep 17 00:00:00 2001 From: J H <2364004+Blu-J@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:00:21 -0700 Subject: [PATCH] chore: Update the docs --- lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types.ts b/lib/types.ts index 1549167..ea200e4 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -225,7 +225,7 @@ export type Effects = { input: Input }): Promise - /** The idea is that we can mount the imageId, and it returns us the location of the mount. */ + /** The idea is that we want to create a sub image. This would be useful for things like creating a ro mode for sandbox. */ createOverlayedImage(options: { imageId: string }): Promise /** Removes all network bindings */