Moeen Chat Service - v1.0.0
Preparing search index...
client/file-manager/types/file-response.type
FileResponse
Interface FileResponse
interface
FileResponse
{
contentType
:
string
;
createdAt
:
Date
;
downloadUrl
:
string
;
downloadUrlExpiresInSeconds
:
number
;
entityId
?:
string
;
fileId
:
string
;
originalName
:
string
;
parentPath
:
string
;
size
:
number
;
status
:
FileStatus
;
updatedAt
:
Date
;
uploaderId
?:
string
;
}
Index
Properties
content
Type
created
At
download
Url
download
Url
Expires
In
Seconds
entity
Id?
file
Id
original
Name
parent
Path
size
status
updated
At
uploader
Id?
Properties
content
Type
contentType
:
string
created
At
createdAt
:
Date
download
Url
downloadUrl
:
string
download
Url
Expires
In
Seconds
downloadUrlExpiresInSeconds
:
number
Optional
entity
Id
entityId
?:
string
file
Id
fileId
:
string
original
Name
originalName
:
string
parent
Path
parentPath
:
string
size
size
:
number
status
status
:
FileStatus
updated
At
updatedAt
:
Date
Optional
uploader
Id
uploaderId
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
created
At
download
Url
download
Url
Expires
In
Seconds
entity
Id
file
Id
original
Name
parent
Path
size
status
updated
At
uploader
Id
Moeen Chat Service - v1.0.0
Loading...