Home > @tridion-sites/open-api-client > KeywordSuggestion
Represents a keyword suggestion for a given source.
Signature:
export type KeywordSuggestion = {
$type?: string;
Frequency?: number;
Keyword?: Keyword;
Score?: number;
};
References: Keyword