Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
language-server.source.ts
File · 0.65
refine.test.ts
File · 0.65
partials.test.ts
File · 0.65
object.test.ts
File · 0.65
pickomit.test.ts
File · 0.65
partial
Function · 0.65
recursive-types.test.ts
File · 0.65
refine.test.ts
File · 0.65
object.test.ts
File · 0.65
default.test.ts
File · 0.65
partial.test.ts
File · 0.65
pickomit.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected