⚠️ Internal: This API is not publically exported by the package.
NullableProperties<T>: {
    [K in keyof T]: T[K] | undefined
}

Adds | undefined to the type of each property in an object

Type Parameters

  • T