ResponseForRequest.headers property
Optional response headers. All values are converted to strings.
Signature:
interface ResponseForRequest {
headers: Record<string, unknown>;
}
Optional response headers. All values are converted to strings.
interface ResponseForRequest {
headers: Record<string, unknown>;
}