Plumbingtype-utils v0.3.0ToOneOfToOneOf export type ToOneOf<T extends Check<any>[]> = T extends Check<unknown>[] ? I : never