export const scheduleIntervals: number[] = [
  10,
  30,
  60,
  120,
  180,
  360,
  720,
  1440
]

export const fileExtension: string = ".xml"