Type Alias AllOfOutput<T>

AllOfOutput: UnionToIntersection<DecoderOutput<T[number]>>

Merges allOf types into one.

Type Parameters