We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a91c30 commit c182eecCopy full SHA for c182eec
src/types/index.d.ts
@@ -164,6 +164,7 @@ export interface ItemData extends Record<string, any> {
164
keywords?: string[];
165
url?: string;
166
image_url?: string;
167
+ /** @deprecated This field is deprecated and will be removed in a future version. */
168
facets?: Record<string, string[] | number[]>;
169
group_ids?: string[];
170
description?: string;
0 commit comments