195557/typescript-how-create-type-with-common-properties-two-types
There are 2 types
type A = { x: number y: number } type B = { y: number z: number }
How to get type with common properties of that types?
type C = Something<T1, T2> // { y: number }
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.