Type Alias Required<T>

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

Type Parameters

  • T