Skip to content

JobListSortDirectionDtoSchema

const JobListSortDirectionDtoSchema: ZodEnum<{
  asc: "asc";
  desc: "desc";
}>;

Defined in: schemas/job.ts:64

Sort directions accepted by job list endpoints: ascending or descending.