Type alias WithLocaleAndCountryAndSegment

WithLocaleAndCountryAndSegment: {
    country?: Country;
    locale: Locale;
    segment: Segment;
    subSegment: SubSegment;
}

Type declaration