Type alias RepeatableOptions

RepeatableOptions: {
    endDate?: number;
    every?: number;
    name: string;
    pattern?: string;
    tz?: string;
}

Type declaration

  • Optional endDate?: number
  • Optional every?: number
  • name: string
  • Optional pattern?: string
  • Optional tz?: string

Generated using TypeDoc