Type Alias: ContainerCreated
Makaio Framework / services-core / ContainerCreated
Type Alias: ContainerCreated
Section titled “Type Alias: ContainerCreated”ContainerCreated =
z.infer<typeofContainerCreatedSchema>
Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:132
Type Composition
Section titled “Type Composition”ContainerCreatedz.infer<typeof ContainerCreatedSchema>typeof ContainerCreatedSchema
Resolved Shape
Section titled “Resolved Shape”type ContainerCreated = { containerId: string; sessionId: string; worktreePath?: string | undefined;};