mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 01:53:51 +00:00
Enabled @typescript-eslint/no-unsafe-return eslint rule again
This commit is contained in:
2
shlink-web-client.d.ts
vendored
2
shlink-web-client.d.ts
vendored
@@ -2,7 +2,7 @@ declare module 'event-source-polyfill' {
|
||||
declare class EventSourcePolyfill {
|
||||
public onmessage?: ({ data }: { data: string }) => void;
|
||||
public onerror?: ({ status }: { status: number }) => void;
|
||||
public close: Function;
|
||||
public close: () => void;
|
||||
public constructor(hubUrl: URL, options?: any);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user