summaryrefslogtreecommitdiff
path: root/web/src/types.ts
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-26 19:41:01 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-26 19:41:01 +0200
commitaf8cf348feb8e6bb4bda4a277b06a0f41ff890d9 (patch)
treece7df39a6edb7e6df3d3fb0d903972391333a272 /web/src/types.ts
parent43ba019bc0d3af502b806169dad5fcbbfc87d2b7 (diff)
feat(web): show selected subdivisions
Diffstat (limited to 'web/src/types.ts')
-rw-r--r--web/src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/types.ts b/web/src/types.ts
index 9b7a51a..d932389 100644
--- a/web/src/types.ts
+++ b/web/src/types.ts
@@ -30,6 +30,7 @@ export interface RowRef {
rowIndex: number;
}
+// TODO Should probably have a gridId
export interface CellRef {
partIndex: number;
rowIndex: number;