Interface SuggestOptions

interface SuggestOptions {
    countryCodes?: string;
    maxSuggestions?: number;
}

Properties

countryCodes?: string
maxSuggestions?: number