Guillaume Langlois 556b1d6a4e first commit
2024-11-09 12:01:56 -05:00

10 lines
310 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 Greet(arg1:string):Promise<string>;
export function LoadGames():Promise<Array<main.Game>>;
export function SelectGame(arg1:string):Promise<void>;