Add an interface for the bracket history
This commit is contained in:
parent
8355d68a64
commit
4f75202428
1 changed files with 5 additions and 0 deletions
5
src/types/database.d.ts
vendored
5
src/types/database.d.ts
vendored
|
|
@ -12,3 +12,8 @@ interface database {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface bracket_history {
|
||||||
|
quotes: string[];
|
||||||
|
votes: { [index: number]: number };
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue