import type { Locale } from "date-fns"

export type Language = {
  code: string
  date_locale: Locale
}
