export interface GetCountryDetailsRequest {
    countryId: string;
    asciiMode?: boolean;
    languageCode?: string;
}
