diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-29 20:05:06 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-29 20:05:06 +0200 |
| commit | 040d5372c1033bb7c0580ad2c9b6b32f974a20c8 (patch) | |
| tree | e452aa8ad583607b87d47ef82eabf0bd7e3ab60a /helpers/helpersBack.ts | |
| parent | 6baaa14bde032afa363dbdd50119a20e9f47df1c (diff) | |
| download | fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.gz fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.zst fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.zip | |
Version 1.0
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; |
