Preparing search index...
The search index is not available
PCD SDK
PCD SDK
@pcd/passport-interface
GetResultValue
Type alias GetResultValue<T>
Get
Result
Value
<
T
>
:
(
(
resText
)
=>
Promise
<
T
>
)
Given the string result an HTTP endpoint responds with, return an
APIResult
.
Type Parameters
T
extends
APIResult
<
unknown
,
unknown
>
Type declaration
(
resText
)
:
Promise
<
T
>
Parameters
resText
:
string
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
PCD SDK
Loading...
Generated using
TypeDoc
Given the string result an HTTP endpoint responds with, return an APIResult.