export type KlevuSuggestionResult = {
    id: string;
    suggestions: Array<{
        suggest: string;
    }>;
};
