From b7064ed323f9dade4dcd0d3db3ee2f8901eae933 Mon Sep 17 00:00:00 2001 From: J H <2364004+Blu-J@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:36:47 -0700 Subject: [PATCH] chore: Update type --- lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types.ts b/lib/types.ts index aac290b..1549167 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. */ - createOverlayedImage(options: { imageId: string }): Promise + createOverlayedImage(options: { imageId: string }): Promise /** Removes all network bindings */ clearBindings(): Promise