14 lines
363 B
JavaScript
14 lines
363 B
JavaScript
// @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));
|
|
}
|