1 2 3 4 5
import { Position } from "./Position"; export interface Positions { [key: string]: Position; }