UI part of the project

This commit is contained in:
Ertan Caliskan
2024-03-24 21:11:32 +01:00
parent 9a46865055
commit 1e0e7ed738
45 changed files with 3332 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {Call} from '@wailsio/runtime';
/**
* @function ClaimFile
* @returns {Promise<string>}
**/
export async function ClaimFile() {
return Call.ByName("main.BotService.ClaimFile", ...Array.prototype.slice.call(arguments, 0));
}