chore: Update type

This commit is contained in:
J H
2024-01-26 14:36:47 -07:00
parent 1736b46e0d
commit b7064ed323

View File

@@ -226,7 +226,7 @@ export type Effects = {
}): Promise<unknown> }): Promise<unknown>
/** The idea is that we can mount the imageId, and it returns us the location of the mount. */ /** The idea is that we can mount the imageId, and it returns us the location of the mount. */
createOverlayedImage(options: { imageId: string }): Promise<String> createOverlayedImage(options: { imageId: string }): Promise<string>
/** Removes all network bindings */ /** Removes all network bindings */
clearBindings(): Promise<void> clearBindings(): Promise<void>