Type alias WillNullableProps<T>

WillNullableProps<T>: { [ P in keyof T]: Nullable<T[P]> }

An object with properties, which can also be (null),

Type Parameters

  • T

Generated using TypeDoc