mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-31 04:33:40 +00:00
chore: Update type
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user