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

Make all properties in T nullable

Type Parameters

  • T

Generated using TypeDoc