Type Alias: SpawnRequest
Makaio Framework / services-core / SpawnRequest
Type Alias: SpawnRequest
Section titled “Type Alias: SpawnRequest”SpawnRequest =
z.infer<typeofSpawnRequestSchema>
Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:71
Type Composition
Section titled “Type Composition”SpawnRequestz.infer<typeof SpawnRequestSchema>typeof SpawnRequestSchema
Resolved Shape
Section titled “Resolved Shape”type SpawnRequest = { sessionId: string; adapter: string; runtime: 'full' | 'simple'; mode: 'container-local' | 'container-isolated'; image?: string | undefined; env?: Record<string, string> | undefined;};