source:
bus-n-go-pavel-216049/bus-n-go-frontend/src/app/model/LineDirection.ts@
baf4cc4
Last change on this file since baf4cc4 was baf4cc4, checked in by , 3 months ago | |
---|---|
|
|
File size: 155 bytes |
Rev | Line | |
---|---|---|
[baf4cc4] | 1 | import {Line} from "./Line"; |
2 | import {Direction} from "./Direction"; | |
3 | ||
4 | export interface LineDirection { | |
5 | linija: Line; | |
6 | pravec: Direction; | |
7 | id: number; | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.