import { PositionComponent } from './components/position' export type PositionSystemState = { objects: PositionComponent[] }