2025-06-29 16:51:47 -04:00

10 lines
314 B
TypeScript
Executable File

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