mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
chore: update action metadata
This commit is contained in:
14
lib/types.ts
14
lib/types.ts
@@ -158,7 +158,7 @@ export type ActionMetaData = {
|
||||
name: string
|
||||
description: string
|
||||
id: string
|
||||
runningOnly: boolean
|
||||
allowedStatuses: "only-running" | "only-stopped" | "any"
|
||||
/**
|
||||
* So the ordering of the actions is by alphabetical order of the group, then followed by the alphabetical of the actions
|
||||
*/
|
||||
@@ -450,14 +450,14 @@ export type Effects = {
|
||||
|
||||
mount(options: {
|
||||
location: {
|
||||
volumeId: string,
|
||||
path: string,
|
||||
volumeId: string
|
||||
path: string
|
||||
}
|
||||
target: {
|
||||
packageId: string,
|
||||
volumeId: string,
|
||||
path: string,
|
||||
readonly: boolean,
|
||||
packageId: string
|
||||
volumeId: string
|
||||
path: string
|
||||
readonly: boolean
|
||||
}
|
||||
}): Promise<void>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user