2025-06-29 18:20:53 -04:00

8 lines
260 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 LoadGames():Promise<Array<models.Game>>;
export function StartGame(arg1:string):Promise<void>;