export type Localisation = {
    language?: string;
    allowedLanguages?: string[];
    overrides?: Record<string, Record<string, string>>;
};
