In this interface we will see the structure of Contact
interface Contact { name: string; phone: string;}
Generated using TypeDoc
In this interface we will see the structure of Contact