From 040d5372c1033bb7c0580ad2c9b6b32f974a20c8 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Thu, 29 Apr 2021 20:05:06 +0200 Subject: Version 1.0 --- helpers/helpersBack.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'helpers/helpersBack.ts') 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; -- cgit v1.3.1