2025-07-19 19:58:57 +00: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>;