Type Alias: StopRequest
Makaio Framework / services-core / StopRequest
Type Alias: StopRequest
Section titled “Type Alias: StopRequest”StopRequest =
z.infer<typeofStopRequestSchema>
Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:95
Type Composition
Section titled “Type Composition”StopRequestz.infer<typeof StopRequestSchema>typeof StopRequestSchema
Resolved Shape
Section titled “Resolved Shape”type StopRequest = { containerId: string; deleteBranch: boolean;};