import { DadataSuggestion } from './suggestion';
export interface DadataResponse {
    suggestions: DadataSuggestion[];
}
