export type DateType =
  | 'iso'
  | 'local-date'
  | 'local-date-short-year'
  | 'local-datetime'
  | 'local-datetime-short-year'
  | 'none'
