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