crisp-api
Version:
Crisp API wrapper for Node - official, maintained by Crisp
16 lines (15 loc) • 367 B
TypeScript
export = BucketURL;
/**
* Crisp BucketURL Resource
* @class
* @classdesc This is the Crisp Bucket URL Resource
*/
declare function BucketURL(service: any, crisp: any): void;
declare class BucketURL {
/**
* Crisp BucketURL Resource
* @class
* @classdesc This is the Crisp Bucket URL Resource
*/
constructor(service: any, crisp: any);
}