refactor, go work
This commit is contained in:
13
app/frontend/bindings/main/BotService.js
Normal file
13
app/frontend/bindings/main/BotService.js
Normal 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));
|
||||
}
|
||||
Reference in New Issue
Block a user