UNPKG

@zcatalyst/filestore

Version:

ZOHO CATALYST SDK for JavaScript Filestore for Node.js and Browser.

12 lines (11 loc) 243 B
export interface ICatalystFolder { id: string; folder_name?: string; } export interface ICatalystFile { id: string; file_location?: string; file_name: string; file_size: number; folder_details: string; }