mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
9e020652c9
commit
ad3b84b0ae
1 changed files with 4 additions and 3 deletions
7
src/renderer/src/declaration.d.ts
vendored
7
src/renderer/src/declaration.d.ts
vendored
|
@ -114,9 +114,10 @@ declare global {
|
|||
updateUserPreferences: (
|
||||
preferences: Partial<UserPreferences>
|
||||
) => Promise<void>;
|
||||
autoLaunch: (
|
||||
autoLaunchProps: { enabled?: boolean; minimized?: boolean }
|
||||
) => Promise<void>;
|
||||
autoLaunch: (autoLaunchProps: {
|
||||
enabled?: boolean;
|
||||
minimized?: boolean;
|
||||
}) => Promise<void>;
|
||||
authenticateRealDebrid: (apiToken: string) => Promise<RealDebridUser>;
|
||||
|
||||
/* Download sources */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue