mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
fixed type
This commit is contained in:
parent
47af9c25dc
commit
9c6f678748
1 changed files with 1 additions and 1 deletions
2
frontend/src/scripts/types/types.d.ts
vendored
2
frontend/src/scripts/types/types.d.ts
vendored
|
@ -354,7 +354,7 @@ declare namespace MonkeyTypes {
|
|||
|
||||
interface QuoteRatings {
|
||||
[language: string]: {
|
||||
[id: string | number]: any; // TODO find this
|
||||
[id: number]: number;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue