OutputObject<T>: Expand<U2I<{
    x: {};
} | {
    [K in keyof T]: {
        x: Output<T[K]>;
    }
}[number]>["x"]>

Type Parameters