Type Alias: ContainerLocalSpawnRequest
Makaio Framework / services-core / ContainerLocalSpawnRequest
Type Alias: ContainerLocalSpawnRequest
Section titled “Type Alias: ContainerLocalSpawnRequest”ContainerLocalSpawnRequest =
z.infer<typeofContainerLocalSpawnRequestSchema>
Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:40
Type Composition
Section titled “Type Composition”ContainerLocalSpawnRequestz.infer<typeof ContainerLocalSpawnRequestSchema>typeof ContainerLocalSpawnRequestSchema
Resolved Shape
Section titled “Resolved Shape”type ContainerLocalSpawnRequest = { sessionId: string; adapter: string; runtime: 'full' | 'simple'; mode: 'container-local'; repoPath: string; baseBranch: string; image?: string | undefined; env?: Record<string, string> | undefined; worktreeBranch?: string | undefined;};