generated from schreifuchs/wails-template
32 lines
1.1 KiB
TypeScript
Executable File
32 lines
1.1 KiB
TypeScript
Executable File
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {model} from '../models';
|
|
|
|
export function CreateStage(arg1:number):Promise<void>;
|
|
|
|
export function DeleteParticipat(arg1:model.Participant):Promise<void>;
|
|
|
|
export function ExportTournament(arg1:model.Tournament):Promise<void>;
|
|
|
|
export function FillRandom(arg1:model.Tournament):Promise<void>;
|
|
|
|
export function GetGames():Promise<Array<model.Game>>;
|
|
|
|
export function GetMatches(arg1:number):Promise<Array<any>>;
|
|
|
|
export function GetParticipants():Promise<Array<model.Participant>>;
|
|
|
|
export function GetTournament(arg1:number):Promise<model.Tournament>;
|
|
|
|
export function GetTournaments():Promise<Array<model.Tournament>>;
|
|
|
|
export function RemoveParticipantFromTournament(arg1:model.Participant,arg2:model.Tournament):Promise<void>;
|
|
|
|
export function SaveMatch(arg1:model.Match):Promise<void>;
|
|
|
|
export function SaveParticipant(arg1:model.Participant):Promise<void>;
|
|
|
|
export function SaveTournament(arg1:model.Tournament):Promise<void>;
|
|
|
|
export function StartTournament(arg1:model.Tournament):Promise<void>;
|