Skip to content

DeleteJobDtoSchema

const DeleteJobDtoSchema: ZodObject<{
  deleted: ZodLiteral<true>;
}, $strict>;

Defined in: schemas/actions.ts:45

Response body returned after a successful single-job delete.