UNPKG

@xompass/sdk-cloud-api

Version:

Xompass Client for cloud-api

13 lines (12 loc) 331 B
import { XompassBaseApi } from '../core'; /** * Api services for the `Notification` model. */ export declare abstract class NotificationApi extends XompassBaseApi { static model: any; /** * The name of the model represented by this $resource, * i.e. `Notification`. */ static getModelName(): string; }