Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HttpResponse type

Represents the shape of an HttpResponse

type HttpResponse = {
 body: unknown
 headers: RawHttpHeaders
 request: PipelineRequest
 status: string
}