JobOptions.ts 74 B

1234
  1. export type JobOptions = {
  2. priority?: number;
  3. runDirectly?: boolean;
  4. };