mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: Change the spelling
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. */
|
||||||
createOverlayImage(options: { imageId: string }): Promise<String>
|
createOverlayedImage(options: { imageId: string }): Promise<String>
|
||||||
/** Sandbox mode lets us read but not write */
|
/** Sandbox mode lets us read but not write */
|
||||||
is_sandboxed(): Promise<boolean>
|
is_sandboxed(): Promise<boolean>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user