Skip to content

Commit 8efae85

Browse files
feat: Add tags and filteringTags to propertyFilterOption (#117)
1 parent a9de01a commit 8efae85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interfaces.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ export interface PropertyFilterOption {
190190
propertyKey: string;
191191
value: string;
192192
label?: string;
193+
tags?: ReadonlyArray<string>;
194+
filteringTags?: ReadonlyArray<string>;
193195
}
194196
export interface PropertyFilterFreeTextFiltering {
195197
operators?: readonly PropertyFilterOperator[];

0 commit comments

Comments
 (0)