@sheerid/jslib
    Preparing search index...

    Type Alias WithLocaleAndCountryAndSegment

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

    Properties

    country?: Country
    locale: Locale
    segment: Segment
    subSegment: SubSegment