type GlobalWindow = Window & typeof globalThis; type LtheanWindow = Omit & { lethean: { // eslint-disable-next-line @typescript-eslint/no-explicit-any request: (_str: string, _params?: any, _timeoutMs?: number | null) => Promise; }; }; export default LtheanWindow;