/**
 * подсказки при поиске
 */
export type Suggestions = {
    best?: any;
    suggestions?: Array<string>;
};
