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