import {Line} from "./Line"; export interface FinesPerLine { id: number, line: Line, count: number, }