2024-10-24 13:31:01 -06:00
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
2024-10-25 22:56:22 -06:00
|
|
|
import {main} from '../models';
|
2024-10-24 13:31:01 -06:00
|
|
|
|
2024-10-24 15:46:17 -06:00
|
|
|
export function CheckPrerequisites():Promise<void>;
|
|
|
|
|
2024-10-25 22:56:22 -06:00
|
|
|
export function GetModpacks():Promise<Array<main.Modpack>>;
|
2024-10-24 13:31:01 -06:00
|
|
|
|
|
|
|
export function Greet(arg1:string):Promise<string>;
|
2024-10-25 22:56:22 -06:00
|
|
|
|
|
|
|
export function InstallModpack(arg1:main.Modpack):Promise<void>;
|