UNPKG

@nocobase/plugin-file-manager

Version:

Provides files storage services with files collection template and attachment field.

12 lines (11 loc) 308 B
/** * getBucketInventory * @param {String} bucketName - bucket name * @param {String} inventoryId * @param {Object} options */ export declare function getBucketInventory(this: any, bucketName: string, inventoryId: string, options?: any): Promise<{ status: any; res: any; inventory: any; }>;