SearchContents
Home > @gooddata/sdk-ui-gen-ai > SearchContents
SearchContents type
Signature:
export type SearchContents = {
type: "search";
text: string;
searchResults: ISemanticSearchResultItem[];
};
Home > @gooddata/sdk-ui-gen-ai > SearchContents
Signature:
export type SearchContents = {
type: "search";
text: string;
searchResults: ISemanticSearchResultItem[];
};