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

12 lines
378 B
TypeScript
Executable File

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