UNPKG

@xompass/sdk-cloud-api

Version:

Xompass Client for cloud-api

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