source: bus-n-go-pavel-216049/bus-n-go-frontend/src/app/model/LineDirection.ts

Last change on this file 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: 155 bytes
Line 
1import {Line} from "./Line";
2import {Direction} from "./Direction";
3
4export interface LineDirection {
5 linija: Line;
6 pravec: Direction;
7 id: number;
8}
Note: See TracBrowser for help on using the repository browser.