Skip to content

Type Alias: SpawnResponse

Makaio Framework


Makaio Framework / services-core / SpawnResponse

SpawnResponse = z.infer<typeof SpawnResponseSchema>

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

  • SpawnResponse
    • z.infer<typeof SpawnResponseSchema>
      • typeof SpawnResponseSchema
type SpawnResponse = {
containerId: string;
worktreePath?: string | undefined;
worktreeBranch?: string | undefined;
};