mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 20:02:01 +00:00
fix: lint
This commit is contained in:
parent
422806c6c3
commit
401911dd5b
2 changed files with 2 additions and 2 deletions
2
src/modules.d.ts
vendored
2
src/modules.d.ts
vendored
|
|
@ -1,5 +1,5 @@
|
|||
declare module '*.less' {
|
||||
const resource: { [key: string]: string };
|
||||
const resource: Record<string, string>;
|
||||
export = resource;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue