@sheerid/jslib
    Preparing search index...

    Type Alias WithLocaleChoiceAndCountryChoice

    type WithLocaleChoiceAndCountryChoice = {
        countryChoice: FormSelectChoice<Country, string>;
        localeChoice: FormSelectChoice<Locale, string>;
    }
    Index

    Properties

    countryChoice: FormSelectChoice<Country, string>
    localeChoice: FormSelectChoice<Locale, string>