1 2 3 4 5 6 7
import { Desk } from "./Desk"; export interface Position { bg?: string; desk?: Desk; speedLines: string; }