Type Alias: ContainerIsolatedSpawnRequest
Makaio Framework / services-core / ContainerIsolatedSpawnRequest
Type Alias: ContainerIsolatedSpawnRequest
Section titled “Type Alias: ContainerIsolatedSpawnRequest”ContainerIsolatedSpawnRequest =
z.infer<typeofContainerIsolatedSpawnRequestSchema>
Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:62
Type Composition
Section titled “Type Composition”ContainerIsolatedSpawnRequestz.infer<typeof ContainerIsolatedSpawnRequestSchema>typeof ContainerIsolatedSpawnRequestSchema
Resolved Shape
Section titled “Resolved Shape”type ContainerIsolatedSpawnRequest = { sessionId: string; adapter: string; runtime: 'full' | 'simple'; mode: 'container-isolated'; repoUrl: string; branch: string; gitToken: string; busMode: 'relay' | 'host'; image?: string | undefined; env?: Record<string, string> | undefined; relayUrl?: string | undefined;};