Type Alias: ContainerDestroyed
Makaio Framework / services-core / ContainerDestroyed
Type Alias: ContainerDestroyed
Section titled “Type Alias: ContainerDestroyed”ContainerDestroyed =
z.infer<typeofContainerDestroyedSchema>
Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:161
Type Composition
Section titled “Type Composition”ContainerDestroyedz.infer<typeof ContainerDestroyedSchema>typeof ContainerDestroyedSchema
Resolved Shape
Section titled “Resolved Shape”type ContainerDestroyed = { containerId: string; sessionId: string;};