Skip to content

Type Alias: ContainerStarted

Makaio Framework


Makaio Framework / services-core / ContainerStarted

ContainerStarted = z.infer<typeof ContainerStartedSchema>

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

  • ContainerStarted
    • z.infer<typeof ContainerStartedSchema>
      • typeof ContainerStartedSchema
type ContainerStarted = {
containerId: string;
sessionId: string;
worktreePath?: string | undefined;
};