Skip to content

Commit fec3799

Browse files
Code cleanup
1 parent 9eafd58 commit fec3799

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/services/SPTaxonomyService.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ import { SharePointQueryableCollection, sp } from '@pnp/sp';
55
import '@pnp/sp/taxonomy';
66
import { ITermInfo, ITermSetInfo } from '@pnp/sp/taxonomy';
77

8-
export interface ODataCollection<T> {
9-
'@odata.context': string;
10-
'@odata.nextLink'?:string;
11-
value: T[];
12-
}
13-
14-
const EmptyODataCollection = { '@odata.context': '', value: [] };
15-
168
export class SPTaxonomyService {
179

1810
/**

0 commit comments

Comments
 (0)