mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
chore: Update type
This commit is contained in:
@@ -226,7 +226,7 @@ export type Effects = {
|
||||
}): Promise<unknown>
|
||||
|
||||
/** 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 */
|
||||
clearBindings(): Promise<void>
|
||||
|
||||
Reference in New Issue
Block a user