Files
rss-aggregator/node_modules/bullmq/dist/esm/interfaces/repeatable-job.d.ts
T

10 lines
181 B
TypeScript

export type RepeatableJob = {
key: string;
name: string;
id: string | null;
endDate: number | null;
tz: string | null;
pattern: string;
next: number;
};