ts add property to interface

Solutions on MaxInterview for ts add property to interface by the best coders in the world

showing results for - "ts add property to interface"
Amara
28 Jul 2017
1// Thanks to KyleMit and Vince
2Intersection Type : UserData & { extraProperty: string }