UNPKG

single-source-of-truth

Version:
5 lines 227 B
import type { ZodType, infer as zInfer } from 'zod/v4'; import type { Compute } from "../../../types.js"; type _infer<T extends ZodType> = Compute<zInfer<T>>; export type { _infer as infer }; //# sourceMappingURL=infer.d.ts.map