import { Shape } from "./bindings/Shape"; export type ShapeJSON = { type: "shape"; data: Shape; };