import { IVector } from "../PKG1/IVector"; export interface IPieceInfo { z: string; origin: IVector; map: Record; group: string; visible: boolean; }