Skip to content

Variable: ContainerStateSchema

Makaio Framework


Makaio Framework / services-core / ContainerStateSchema

const ContainerStateSchema: ZodEnum<{ created: "created"; destroyed: "destroyed"; running: "running"; stopped: "stopped"; }>

Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:12

Container state.