Type alias CatchallInput<T>

CatchallInput<T>: ZodTypeAny extends T
    ? unknown
    : {
        [k: string]: T["_input"];
    }

Type Parameters

Generated using TypeDoc