mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-06 05:33:58 +03:00
Fixed a typing in the declaration file
This commit is contained in:
parent
192f9a18ef
commit
f7ee07e43f
1 changed files with 1 additions and 2 deletions
3
index.d.ts
vendored
3
index.d.ts
vendored
|
@ -2,7 +2,6 @@
|
|||
|
||||
declare module "minecraft-launcher-core" {
|
||||
type OS = "windows" | "osx" | "linux";
|
||||
type Type = "release" | "snapshot";
|
||||
|
||||
interface IOverrides {
|
||||
minArgs?: number;
|
||||
|
@ -35,7 +34,7 @@ declare module "minecraft-launcher-core" {
|
|||
customArgs?: Array<string>;
|
||||
version: {
|
||||
number: string;
|
||||
type: Type;
|
||||
type: string;
|
||||
custom?: string;
|
||||
};
|
||||
memory: {
|
||||
|
|
Loading…
Reference in a new issue