Preparing search index...
The search index is not available
parjs
parjs
index
SuccessInfo
Interface SuccessInfo<T>
Info about a success.
interface
SuccessInfo
<
T
>
{
kind
:
"OK"
;
value
:
T
;
}
Type Parameters
T
Implemented by
ParjsSuccess
Index
Properties
kind
value
Properties
kind
kind
:
"OK"
value
value
:
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
kind
value
parjs
Loading...
Info about a success.