Note

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

Access to this page requires authorization. You can try .

RawResponseCallback type

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

type RawResponseCallback = (
 rawResponse: FullOperationResponse,
 flatResponse: unknown,
 error?: unknown
) => void