Type Alias: PartialNull<T>
ts
type PartialNull<T> = { [P in keyof T]: T[P] | null }Defined in: node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:150
Type Parameters
T
T