FCLauncher/fclauncher/frontend/wailsjs/go/main/InstanceManager.d.ts

10 lines
336 B
TypeScript
Raw Normal View History

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {main} from '../models';
export function GetInstances():Promise<Array<main.Instance>>;
export function InstallModpack(arg1:main.Modpack,arg2:string):Promise<void>;
export function SearchInstances():Promise<void>;