@cpod/sdk - v0.2.7
Preparing search index...
Folder
Interface Folder
Type definitions for the Folders module
interface
Folder
{
id
:
string
;
name
:
string
;
parent_id
?:
string
;
description
?:
string
;
created_at
:
string
;
updated_at
:
string
;
created_by
:
{
user_id
:
string
;
email
:
string
;
full_name
:
string
}
;
children
?:
Folder
[]
;
shared_with
?:
unknown
[]
;
}
Index
Properties
id
name
parent_
id?
description?
created_
at
updated_
at
created_
by
children?
shared_
with?
Properties
id
id
:
string
name
name
:
string
Optional
parent_
id
parent_id
?:
string
Optional
description
description
?:
string
created_
at
created_at
:
string
updated_
at
updated_at
:
string
created_
by
created_by
:
{
user_id
:
string
;
email
:
string
;
full_name
:
string
}
Optional
children
children
?:
Folder
[]
Optional
shared_
with
shared_with
?:
unknown
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
parent_
id
description
created_
at
updated_
at
created_
by
children
shared_
with
@cpod/sdk - v0.2.7
Loading...
Type definitions for the Folders module