JobOptions.ts 69 B

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