interface SearchForSuggestionsResult {
    placeId?: string;
    text: string;
}

Properties

Properties

placeId?: string
text: string