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)

10 lines (9 loc) 184 B
export interface PushNotifications { type: string; token: string; language?: string; } export interface PushResponse { success: number; message: string; }