import { DaDataSuggestion } from './suggestion';
export interface DaDataResponse {
    suggestions: DaDataSuggestion[];
}
