export interface ConfigurationPrimaryTranslationsResponse {
    [index: number]: string;
}
