MCPcopy
hub / github.com/colinhacks/zod / partial

Method partial

packages/zod/src/v4/classic/schemas.ts:1418–1418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1416 ): ZodObject<util.Flatten<Omit<Shape, Extract<keyof Shape, keyof M>>>, Config>;
1417
1418 partial(): ZodObject<
1419 {
1420 -readonly [k in keyof Shape]: ZodOptional<Shape[k]>;
1421 },

Callers 14

refine.test.tsFile · 0.65
partials.test.tsFile · 0.65
object.test.tsFile · 0.65
pickomit.test.tsFile · 0.65
partialFunction · 0.65
refine.test.tsFile · 0.65
object.test.tsFile · 0.65
default.test.tsFile · 0.65
partial.test.tsFile · 0.65
pickomit.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected