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