Initial commit
This commit is contained in:
9
lib/services/IPickerTerm.d.ts
vendored
Normal file
9
lib/services/IPickerTerm.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface IPickerTerm {
|
||||
name: string;
|
||||
key: string;
|
||||
path: string;
|
||||
termSet: string;
|
||||
termSetName?: string;
|
||||
}
|
||||
export interface IPickerTerms extends Array<IPickerTerm> {
|
||||
}
|
||||
Reference in New Issue
Block a user