diff options
Diffstat (limited to 'src/interfaces/Chessh.ts')
| -rw-r--r-- | src/interfaces/Chessh.ts | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/interfaces/Chessh.ts b/src/interfaces/Chessh.ts deleted file mode 100644 index 898fccb..0000000 --- a/src/interfaces/Chessh.ts +++ /dev/null @@ -1,19 +0,0 @@ -export interface BotMoveRequest { - bot_id: number; - bot_name: string; - game_id: number; - fen: string; - turn: string; - bot_turn: boolean; - last_move: string; - status: string; -} - -export interface BotMoveAttempt { - token: string; - attempted_move: string; -} - -export interface BotMoveResponse { - message: string; -} |
