summaryrefslogtreecommitdiff
path: root/web/src/types.ts
diff options
context:
space:
mode:
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;