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