From 7ee7496ce7fd0602fb4866de573ff4b6f6287fe4 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 30 Aug 2021 16:57:57 -0600 Subject: [PATCH] Update the bracket history type --- src/types/database.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/types/database.d.ts b/src/types/database.d.ts index 735ad9f..0035725 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -22,7 +22,4 @@ interface database { } } -interface bracket_history { - quotes: string[]; - votes: { [index: number]: number }; -} \ No newline at end of file +type bracket_history = quote[]; \ No newline at end of file