@makerinc/react-sdk
    Preparing search index...

    Interface CountryMarketData

    Country market choice data

    interface CountryMarketData {
        availableCountries: readonly string[];
        suggestedCountry: string;
    }
    Index

    Properties

    availableCountries: readonly string[]
    suggestedCountry: string