mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-03 22:15:07 +08:00
psas can have dates
This commit is contained in:
parent
18d3048242
commit
ca8a986eab
1 changed files with 1 additions and 0 deletions
1
frontend/src/scripts/types/types.d.ts
vendored
1
frontend/src/scripts/types/types.d.ts
vendored
|
|
@ -630,6 +630,7 @@ declare namespace MonkeyTypes {
|
|||
message: string;
|
||||
_id: string;
|
||||
level?: number;
|
||||
date?: number;
|
||||
}
|
||||
|
||||
interface ThemeColors {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue