Skip to content

Type Alias: StopResponse

Makaio Framework


Makaio Framework / services-core / StopResponse

StopResponse = z.infer<typeof StopResponseSchema>

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

  • StopResponse
    • z.infer<typeof StopResponseSchema>
      • typeof StopResponseSchema
type StopResponse = {
success: boolean;
};