import {Line} from "./Line"; import {Direction} from "./Direction"; export interface LineDirection { linija: Line; pravec: Direction; id: number; }