diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 63dc87302..b6bf08b1d 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -152,7 +152,7 @@ interface Window { }): void; }; MathJax: { - tex2svg(math: string, {display: boolean}): HTMLElement + tex2svg(math: string, options: {display: boolean}): HTMLElement startup: { promise: Promise }