UNPKG
@zcatalyst/filestore
Version:
latest (0.0.2)
0.0.2
0.0.1
ZOHO CATALYST SDK for JavaScript Filestore for Node.js and Browser.
@zcatalyst/filestore
/
dist-types
/
utils
/
interface.d.ts
12 lines
(11 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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
; }