export interface TranslationsConfiguration {
    title: string;
    language: {
        id: string;
    };
    url: {
        path: string;
    };
}
