Are you an LLM? You can read better optimized documentation at /reference/api/rolldown.TypeAlias.PartialNull.md for this page in Markdown format
Type Alias: PartialNull<T>
tstype PartialNull<T> = { [P in keyof T]: T[P] | null }
Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:237
Type Parameters
T
T