@pagopa/ts-commons
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
IResponse
Success
Redirect
ToResource
apply
detail
kind
payload
resource
Interface for a successful response returning a redirect to a resource.
Type parameters
T
V
Hierarchy
IResponse
<
"IResponseSuccessRedirectToResource"
>
IResponseSuccessRedirectToResource
Index
Properties
apply
detail
kind
payload
resource
Properties
Readonly
apply
apply
:
(
response
:
Response
<
any
>
)
=>
void
Type declaration
(
response
:
Response
<
any
>
)
:
void
Parameters
response:
Response
<
any
>
Returns
void
Optional
Readonly
detail
detail
:
undefined
|
string
Readonly
kind
kind
:
"IResponseSuccessRedirectToResource"
Readonly
payload
payload
:
V
Readonly
resource
resource
:
T
Generated using
TypeDoc
Interface for a successful response returning a redirect to a resource.