Type Alias ExactRequired<type>

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

Type Parameters

  • type