UNPKG

ngx-drupal7-services

Version:

# Angular 2+/Ionic 2+ Drupal 7 Services #### Typescript angular module for [Drupal Services 3.x](https://www.drupal.org/project/services)

21 lines (20 loc) 436 B
export interface TaxonomyVocabulary { name: string; description?: string; hierarchy?: number; machine_name?: string; module?: string; uri?: string; vid?: number; weight?: number; } export interface TaxonomyVocabularyTree { depth: number; description: string; format: string; name: string; parents: number[]; tid: number; vid: number; weight: number; }