Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/files
File
Interface File
interface
File
{
contentType
?:
string
;
createdAt
?:
string
;
createdBy
?:
FileActor
;
customData
?:
Record
<
string
,
string
>
;
deletedAt
?:
string
|
null
;
filename
?:
string
|
null
;
id
:
string
;
name
?:
string
|
null
;
purpose
:
string
;
scanStatus
?:
string
;
size
?:
number
;
source
?:
FileSource
;
status
:
FileStatus
;
title
?:
string
|
null
;
updatedAt
?:
string
|
null
;
}
Index
Properties
content
Type?
created
At?
created
By?
custom
Data?
deleted
At?
filename?
id
name?
purpose
scan
Status?
size?
source?
status
title?
updated
At?
Properties
Optional
content
Type
contentType
?:
string
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
FileActor
Optional
custom
Data
customData
?:
Record
<
string
,
string
>
Optional
deleted
At
deletedAt
?:
string
|
null
Optional
filename
filename
?:
string
|
null
id
id
:
string
Optional
name
name
?:
string
|
null
purpose
purpose
:
string
Optional
scan
Status
scanStatus
?:
string
Optional
size
size
?:
number
Optional
source
source
?:
FileSource
status
status
:
FileStatus
Optional
title
title
?:
string
|
null
Optional
updated
At
updatedAt
?:
string
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
created
At
created
By
custom
Data
deleted
At
filename
id
name
purpose
scan
Status
size
source
status
title
updated
At
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...