diff --git a/ui/@types/lichess/index.d.ts b/ui/@types/lichess/index.d.ts index 78c0c4a673..382eeca0e2 100644 --- a/ui/@types/lichess/index.d.ts +++ b/ui/@types/lichess/index.d.ts @@ -1,5 +1,5 @@ interface Lichess { - load: Promise; // document.onload promise + load: Promise; // DOMContentLoaded promise info: any; requestIdleCallback(f: () => void, timeout?: number): void; sri: string;