ExactRequired<type>: {
    [P in keyof type]-?: Exclude<type[P], undefined>
}

Type Parameters

  • type