import { ShapeConfiguration } from './shared/ShapeConfiguration'; import { GameObjects } from 'phaser'; export interface StarConfiguration extends Pick, ShapeConfiguration { }