diff --git a/frontend/src/scripts/types/types.d.ts b/frontend/src/scripts/types/types.d.ts index c8d062041..69a600b51 100644 --- a/frontend/src/scripts/types/types.d.ts +++ b/frontend/src/scripts/types/types.d.ts @@ -354,7 +354,7 @@ declare namespace MonkeyTypes { interface QuoteRatings { [language: string]: { - [id: string | number]: any; // TODO find this + [id: number]: number; }; }