In this interface we will see the structure of Customer
interface Customer { email: string; id: string;}
Generated using TypeDoc
In this interface we will see the structure of Customer