Back to Node Auth0

Interface WithRawResponse<T>

docs/interfaces/management.SDK.WithRawResponse.html

5.9.1751 B
Original Source

Interface WithRawResponse<T>

Creates a RawResponse from a standard Response object.

interface WithRawResponse<T> {
data: T;
rawResponse: RawResponse;
}

Type Parameters

  • T

Index

Properties

datarawResponse

Properties

Readonlydata

data: T

ReadonlyrawResponse

rawResponse: RawResponse

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties datarawResponse