mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +03:00
Update index.d.ts
This commit is contained in:
parent
74411441d6
commit
da1b77a585
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
@ -205,7 +205,7 @@ declare module "minecraft-launcher-core" {
|
|||
import { ChildProcessWithoutNullStreams } from 'child_process'
|
||||
|
||||
export class Client extends EventEmitter {
|
||||
launch(options: ILauncherOptions): ChildProcessWithoutNullStreams | null;
|
||||
launch(options: ILauncherOptions): Promise<ChildProcessWithoutNullStreams | null>;
|
||||
}
|
||||
|
||||
export const Authenticator: IAuthenticator;
|
||||
|
|
Loading…
Reference in a new issue