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?: {[propertyName: string]: string[]}
Property Value
{[propertyName: string]: string[]}