const JobCursorSortDirection: object;
Defined in: packages/core/src/jobs/types.ts:243
readonly ASC: "asc" = 'asc';
readonly DESC: "desc" = 'desc';