0
0
Fork 0

Fix default data objects and update the types

This commit is contained in:
Oliver-Akins 2021-09-30 12:36:41 -06:00
parent 60a83eef3d
commit 02644bb510
2 changed files with 14 additions and 10 deletions

View file

@ -1,11 +1,12 @@
export var BRACKET_DATA = {
export var BRACKET_DATA: bracket_data = {
msg: "",
quotes: [],
votes: {},
users: {},
channel: "",
};
export var CHANNEL_DATA = {
export var CHANNEL_DATA: channel_data = {
version: 2,
webhook: {
token: "",
id: "",