ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-documents
DocumentFile
Interface DocumentFile
interface
DocumentFile
{
id
:
string
;
filename
:
string
;
url
:
string
;
key
:
string
;
size
:
number
;
mimetype
:
string
;
category
?:
string
|
null
;
isPublic
:
boolean
;
createdAt
:
string
;
businessOpportunityId
?:
string
|
null
;
businessOpportunity
?:
|
{
id
:
string
;
name
:
string
;
number
:
string
;
stage
:
string
;
status
:
string
;
}
|
null
;
}
Index
Properties
id
filename
url
key
size
mimetype
category?
is
Public
created
At
business
Opportunity
Id?
business
Opportunity?
Properties
id
id
:
string
filename
filename
:
string
url
url
:
string
key
key
:
string
size
size
:
number
mimetype
mimetype
:
string
Optional
category
category
?:
string
|
null
is
Public
isPublic
:
boolean
created
At
createdAt
:
string
Optional
business
Opportunity
Id
businessOpportunityId
?:
string
|
null
Optional
business
Opportunity
businessOpportunity
?:
|
{
id
:
string
;
name
:
string
;
number
:
string
;
stage
:
string
;
status
:
string
;
}
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
filename
url
key
size
mimetype
category
is
Public
created
At
business
Opportunity
Id
business
Opportunity
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...