Type alias WithLocaleChoiceAndCountryChoice

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

Type declaration