mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 16:34:45 +08:00
removed todo
This commit is contained in:
parent
ca2c82db38
commit
b27f5c935b
1 changed files with 0 additions and 1 deletions
1
backend/types/types.d.ts
vendored
1
backend/types/types.d.ts
vendored
|
|
@ -52,7 +52,6 @@ declare namespace MonkeyTypes {
|
|||
// Data Model
|
||||
|
||||
interface User {
|
||||
// TODO, Complete the typings for the user model
|
||||
addedAt: number;
|
||||
verified?: boolean;
|
||||
bananas?: number;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue