Skip to content

Commit 97818fc

Browse files
committed
Added LocalCustomProperties to ITerm
1 parent 8a89760 commit 97818fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/ISPTermStorePickerService.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,7 @@ export interface ITerm {
7575
CustomSortOrderIndex?: number;
7676
PathDepth?: number;
7777
ParentId?: string;
78+
LocalCustomProperties?: {
79+
[property: string]: any
80+
}
7881
}

0 commit comments

Comments
 (0)