Type Alias CatchallInput<T>

CatchallInput: Zod.z.ZodTypeAny extends T
    ? unknown
    : { [k: string]: T["_input"] }

Type Parameters