@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
Response
Interface Response<T>
Explicit handler response with an optional HTTP status override.
interface
Response
<
T
>
{
"[responseBrand]"
:
true
;
status
?:
number
;
body
:
T
;
}
Type Parameters
T
Index
Properties
[response
Brand]
status?
body
Properties
Readonly
[response
Brand]
"[responseBrand]"
:
true
Optional
status
status
?:
number
body
body
:
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[response
Brand]
status
body
@valon-technologies/gestalt
Loading...
Explicit handler response with an optional HTTP status override.