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