Type Alias CatchallOutput<T>

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

Type Parameters