Type Alias Schedule

Schedule:
    | string
    | {
        cron?: Crondef;
        endDateTime?: string;
        interval?: string;
        recurrence?: string;
        startDateTime?: string;
        timezone?: string;
    } & unknown