Skip to content

JobListSortByDtoSchema

const JobListSortByDtoSchema: ZodEnum<{
  createdAt: "createdAt";
  identifier: "identifier";
  nextRunAt: "nextRunAt";
  updatedAt: "updatedAt";
}>;

Defined in: schemas/job.ts:58

Sort fields accepted by job list endpoints: identifier, createdAt, updatedAt, or nextRunAt.