fixed type

This commit is contained in:
Miodec 2022-02-21 14:34:28 +01:00
parent 47af9c25dc
commit 9c6f678748

View file

@ -354,7 +354,7 @@ declare namespace MonkeyTypes {
interface QuoteRatings {
[language: string]: {
[id: string | number]: any; // TODO find this
[id: number]: number;
};
}