1--- 2import { config } from "@/config"; 3 4export type Locale = (typeof config.locales)[number]; 5---