diff options
Diffstat (limited to 'helpers/helpersBack.ts')
| -rw-r--r-- | helpers/helpersBack.ts | 5 |
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; |
