跳到正文

Type Alias: PartialNull<T>

ts
type PartialNull<T> = { [P in keyof T]: T[P] | null }

Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.59/node_modules/rolldown/dist/shared/define-config-Cg9apQLa.d.mts:157

Type Parameters

T

T

Released under the MIT License.