import { SelectionBox } from "@opendaw/studio-boxes"; import { SelectableVertex } from "./SelectableVertex"; export type SelectionEntry = { box: SelectionBox; selectable: SelectableVertex; }; //# sourceMappingURL=SelectionEntry.d.ts.map