diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-29 17:46:20 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-29 17:46:20 -0700 |
| commit | f646428790b0f8e26de2bd01a1bb67e45fb7cdd4 (patch) | |
| tree | a7626e2633924b308c2966690cad18b3d1889ed3 /src/interfaces/ChesshRequest.ts | |
| parent | 548498d37424f2ac579770962b627aeba61925e8 (diff) | |
| download | chessh-bot-f646428790b0f8e26de2bd01a1bb67e45fb7cdd4.tar.gz chessh-bot-f646428790b0f8e26de2bd01a1bb67e45fb7cdd4.zip | |
remove unnecessary shit
Diffstat (limited to 'src/interfaces/ChesshRequest.ts')
| -rw-r--r-- | src/interfaces/ChesshRequest.ts | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/interfaces/ChesshRequest.ts b/src/interfaces/ChesshRequest.ts deleted file mode 100644 index 72340ba..0000000 --- a/src/interfaces/ChesshRequest.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; - status: string; -} - -export interface BotMoveAttempt { - token: string; - attempted_move: string; -} - -export interface BotMoveResponse { - success: boolean; - message: string; -} |
