This interface will show the structure to Store
interface Store { id: string; name: string; latitude: number; longitude: number;}
Generated using TypeDoc
This interface will show the structure to Store