aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/helpersBack.ts
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/helpersBack.ts')
-rw-r--r--helpers/helpersBack.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/helpersBack.ts b/helpers/helpersBack.ts
index 6a3dfd7..b0e9a6d 100644
--- a/helpers/helpersBack.ts
+++ b/helpers/helpersBack.ts
@@ -118,6 +118,11 @@ export interface Ghost {
color: tColors;
coords?: Coordinates;
}
+export interface OldTd {
+ className: string;
+ innerHTML: string;
+ count: string;
+}
export interface Chequer {
color: tColors;
ghost?: Ghost; // number; // 1 | 2 | 3 | 4 | 5 | 6;