Skip to content

Commit bc8a2c1

Browse files
authored
fix: add isSearchable to collection options (#623)
1 parent 2203767 commit bc8a2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ export interface SmartSegmentOptions {
251251
}
252252

253253
export interface CollectionOptions {
254+
isSearchable?: boolean;
254255
fields?: SmartFieldOptions[];
255256
actions?: SmartActionOptions[];
256257
segments?: SmartSegmentOptions[];

0 commit comments

Comments
 (0)