import { Position } from "./Position"; export interface Positions { [key: string]: Position; }