manifest volume types

This commit is contained in:
Matt Hill
2023-05-05 14:59:02 -06:00
parent e32b768e5c
commit beecea8a5c

View File

@@ -62,7 +62,7 @@ export interface SDKManifest {
/** Defines the containers needed to run the main and mounted volumes */ /** Defines the containers needed to run the main and mounted volumes */
containers: Record<string, Container> containers: Record<string, Container>
/** This denotes any data, asset, or pointer volumes that should be connected when the "docker run" command is invoked */ /** This denotes any data, asset, or pointer volumes that should be connected when the "docker run" command is invoked */
volumes: Record<string, string> volumes: Record<string, "data" | "assets">
actions: Array<ActionMetaData> actions: Array<ActionMetaData>
alerts: { alerts: {
install: string | null install: string | null