UNPKG

agenda-admin

Version:
11 lines (10 loc) 330 B
import { Document } from 'mongodb'; import { StatusType } from '../types'; export declare const buildGetJobsQuery: (requestQuery: { name: string | null; property: string | null; value: string | null; status: StatusType | null; sortBy: 'lastRunAt' | 'nextRunAt'; sortType: 'desc' | 'asc'; }) => Document[];