UNPKG

ng-leaflet-universal-cm

Version:

NgLeafletUniversal is an open source Angular module that extends and simplifies the Leaflet implementation for Angular.

16 lines (15 loc) 279 B
export interface Card { id: string; name: string; address: string; description: string; schedule: Schedule[]; phone: string; location: string[]; logo: string; } export interface Schedule { day: number; opens: string; closes: string; }