Skip to content

Type Alias: ContainerDestroyed

Makaio Framework


Makaio Framework / services-core / ContainerDestroyed

ContainerDestroyed = z.infer<typeof ContainerDestroyedSchema>

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

  • ContainerDestroyed
    • z.infer<typeof ContainerDestroyedSchema>
      • typeof ContainerDestroyedSchema
type ContainerDestroyed = {
containerId: string;
sessionId: string;
};