DecoderObject: { [P in keyof Required<T>]: Decoder<T[P]> }

Type Parameters

  • T