diff --git a/frontend/src/app.d.ts b/frontend/src/app.d.ts index 6cc1bbf..c44cce9 100644 --- a/frontend/src/app.d.ts +++ b/frontend/src/app.d.ts @@ -36,9 +36,9 @@ export interface Answer { answer: string; } -// TODO WTF -export interface Answer { - username: string; - answer: string; - right: boolean; -} +// TODO Keep an eye on this shit +// export interface Answer { +// username: string; +// answer: string; +// right: boolean; +// }