Preparing search index...
The search index is not available
ts.data.json - v3.0.0
ts.data.json
decoders
DecoderObjectStrict
Type Alias DecoderObjectStrict<T>
DecoderObjectStrict
:
{
[
P
in
keyof
Required
<
T
>
]
:
Decoder
<
T
[
P
]
>
}
Represents an object with specified field decoders that fails if unknown fields are present.
Type Parameters
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
ts.data.json - v3.0.0
Guides
Basic Usage
Advanced Usage
Migrating to v3
Api docs
core
Decoder
FromDecoder
decoders
Data Structures
array
emptyObject
enumeration
lazy
object
objectStrict
record
tuple
Internal Types
DecoderObject
DecoderObjectStrict
EmptyObject
TupleOfResults
Primitives
boolean
null
number
string
undefined
Transformations
fallback
Utils
constant
fail
literal
nullable
oneOf
optional
succeed
result
err
Err
ok
Ok
Result
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Represents an object with specified field decoders that fails if unknown fields are present.