If a key is in both objects passed to this type, it will be required in the resulting type.
// Will equal { foo: string }PartialRequired<{ foo: string, bar: number }, { foo: string}> Copy
// Will equal { foo: string }PartialRequired<{ foo: string, bar: number }, { foo: string}>
Generated using TypeDoc
If a key is in both objects passed to this type, it will be required in the resulting type.