FileDTO interface
DTO to hold details of uploaded files.
Properties
file |
File name. Supported file types are ".tsv", ".pdf", ".txt", ".docx", ".xlsx". |
file |
Public URI of the file. |
Property Details
fileName
File name. Supported file types are ".tsv", ".pdf", ".txt", ".docx", ".xlsx".
fileName: string
Property Value
string
fileUri
Public URI of the file.
fileUri: string
Property Value
string