Skip to content

Commit c182eec

Browse files
authored
Update ItemData (#231)
1 parent 6a91c30 commit c182eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export interface ItemData extends Record<string, any> {
164164
keywords?: string[];
165165
url?: string;
166166
image_url?: string;
167+
/** @deprecated This field is deprecated and will be removed in a future version. */
167168
facets?: Record<string, string[] | number[]>;
168169
group_ids?: string[];
169170
description?: string;

0 commit comments

Comments
 (0)