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-beta.58/node_modules/rolldown/dist/shared/define-config-twT5HTur.d.mts:157
Type Parameters
T
T