src/api/file_handling.ts
Represents the response of uploading files that needs to be passed to FileUpload.handleFileUploadCompleted for further processing of the response.
Properties |
body |
body:
|
Type : HandleEventResponse | string
|
The body of the response. Either as parsed JSON or raw string. |
headers |
headers:
|
Type : literal type[]
|
The list of response headers that was returned. |
status |
status:
|
Type : number
|
The HTTP status code of the response. |