mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-02 05:23:21 +00:00
feat: Dependencies
This commit is contained in:
@@ -383,7 +383,8 @@ export type Effects = {
|
||||
|
||||
mount(options: {
|
||||
location: {
|
||||
volumeId: string
|
||||
/** If there is no volumeId then we mount to runMedia a special mounting location */
|
||||
volumeId?: string
|
||||
path: string
|
||||
}
|
||||
target: {
|
||||
@@ -392,7 +393,7 @@ export type Effects = {
|
||||
path: string
|
||||
readonly: boolean
|
||||
}
|
||||
}): Promise<void>
|
||||
}): Promise<string>
|
||||
|
||||
stopped(packageId?: string): Promise<boolean>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user