Rezi
Preparing search index...
core/src
ReproParseResult
Type Alias ReproParseResult<T>
ReproParseResult
:
|
Readonly
<
{
ok
:
true
;
value
:
T
}
>
|
Readonly
<
{
error
:
ReproParseError
;
ok
:
false
}
>
Discriminated parse result for repro schema helpers.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Discriminated parse result for repro schema helpers.