Skip to content
Main Navigation
Docs
Guide
In-Depth
Glossary
Options & APIs
REPL
Resources
Team
Contribute
Roadmap
Search
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /reference/TypeAlias.PartialNull.md for this page in Markdown format
Type Alias: PartialNull<T>
Type
: { [P in keyof T]: T[P] | null }
Defined in:
types/utils.ts:10
Type Parameters
T
T