UNPKG

crisp-api

Version:

Crisp API wrapper for Node - official, maintained by Crisp

16 lines (15 loc) 388 B
export = WebsiteBatch; /** * Crisp WebsiteBatch Resource * @class * @classdesc This is the Crisp Website Batch Resource */ declare function WebsiteBatch(service: any, crisp: any): void; declare class WebsiteBatch { /** * Crisp WebsiteBatch Resource * @class * @classdesc This is the Crisp Website Batch Resource */ constructor(service: any, crisp: any); }