Update the bracket history type
This commit is contained in:
parent
08084b0ab9
commit
7ee7496ce7
1 changed files with 1 additions and 4 deletions
5
src/types/database.d.ts
vendored
5
src/types/database.d.ts
vendored
|
|
@ -22,7 +22,4 @@ interface database {
|
|||
}
|
||||
}
|
||||
|
||||
interface bracket_history {
|
||||
quotes: string[];
|
||||
votes: { [index: number]: number };
|
||||
}
|
||||
type bracket_history = quote[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue