import { ShapeConfiguration } from './shared/ShapeConfiguration'; import { GameObjects } from 'phaser'; export interface LineConfiguration extends Pick, ShapeConfiguration { to: Parameters; }