source: bus-n-go-pavel-216049/bus-n-go-frontend/src/app/model/Station.ts@ bfb90dd

Last change on this file since bfb90dd was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 104 bytes
RevLine 
[baf4cc4]1export interface Station {
2 id: number,
3 ime: string,
4 lat: number,
5 lon: number,
6 opis: string,
7}
Note: See TracBrowser for help on using the repository browser.