Skip to content
Rolldown
Search
Main Navigation
Docs
Guide
In-Depth
Glossary
Options & APIs
REPL
Resources
Team
Contribute
Roadmap
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
:
PartialNull
<
T
> = { [P in keyof T]: T[P] | null }
Defined in:
types/utils.ts:9
Type Parameters
T
T