Type Alias: SpawnResponse
Makaio Framework / services-core / SpawnResponse
Type Alias: SpawnResponse
Section titled “Type Alias: SpawnResponse”SpawnResponse =
z.infer<typeofSpawnResponseSchema>
Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:84
Type Composition
Section titled “Type Composition”SpawnResponsez.infer<typeof SpawnResponseSchema>typeof SpawnResponseSchema
Resolved Shape
Section titled “Resolved Shape”type SpawnResponse = { containerId: string; worktreePath?: string | undefined; worktreeBranch?: string | undefined;};