Type alias RepeatableJob

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

Type declaration

  • endDate: number | null
  • id: string | null
  • key: string
  • name: string
  • next: number
  • pattern: string
  • tz: string | null

Generated using TypeDoc