Required<T>: {
    [P in keyof T]-?: T[P]
}

Make all properties in T required

Type Parameters

  • T