OperationWorkerResponse interface
This is the base class for operation result responses.
Properties
| headers | HTTP headers associated with this operation. |
| status |
HTTP Status Code of the operation. |
Property Details
headers
HTTP headers associated with this operation.
headers?: Record<string, string[]>
Property Value
Record<string, string[]>