Preparing search index...
The search index is not available
@ghsc/nshmp-utils-ts - 3.12.2
@ghsc/nshmp-utils-ts
nshmpWsUtils
Response
Interface Response<T, V>
Generic web service response used for usage, error, and results.
interface
Response
<
T
,
V
>
{
date
:
string
;
metadata
:
ResponseMetadata
;
name
:
string
;
request
:
T
;
response
:
V
;
status
:
Status
;
url
:
string
;
}
Type Parameters
T
V
Index
Properties
date
metadata
name
request
response
status
url
Properties
date
date
:
string
metadata
metadata
:
ResponseMetadata
name
name
:
string
request
request
:
T
response
response
:
V
status
status
:
Status
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
metadata
name
request
response
status
url
@ghsc/nshmp-utils-ts
Loading...
Generic web service response used for usage, error, and results.