2025-01-07 19:18:06 -05:00

10 lines
318 B
TypeScript
Executable File

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