Last change
on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
230 bytes
|
Line | |
---|
1 | import {Line} from "./Line";
|
---|
2 | import {Station} from "./Station";
|
---|
3 | import {Direction} from "./Direction";
|
---|
4 |
|
---|
5 | export interface LineStation {
|
---|
6 | id: number,
|
---|
7 | redenBroj: number,
|
---|
8 | linija: Line,
|
---|
9 | postojka: Station,
|
---|
10 | pravec: Direction,
|
---|
11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.