Skip to main content
Version: 15.5.0

ResponseForRequest.headers property

Optional response headers. All values are converted to strings.

Signature:

interface ResponseForRequest {
headers: Record<string, unknown>;
}