Preparing search index...
The search index is not available
@telostat/prelude - v0.6.0
@telostat/prelude
functional
DecodeError
Type Alias DecodeError
DecodeError
:
|
{
error
:
functional
.
DecodeError
;
property
:
string
;
type
:
"property"
}
|
{
error
:
functional
.
DecodeError
;
index
:
number
;
type
:
"index"
}
|
{
errors
:
functional
.
DecodeError
[]
;
type
:
"oneOf"
}
|
{
expectedType
?:
functional
.
ExpectedType
;
receivedType
:
functional
.
ReceivedType
;
receivedValue
?:
unknown
;
type
:
"failure"
;
}
|
{
message
:
string
;
type
:
"custom"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@telostat/prelude - v0.6.0
Loading...