FlowSchedule: {
    frequency?: string | null;
    startDate?: string | null;
    startTime?: string | null;
}

Type declaration

  • Optional frequency?: string | null
  • Optional startDate?: string | null
  • Optional startTime?: string | null