mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-19 10:29:29 +08:00
27 lines
606 B
JavaScript
27 lines
606 B
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export const GreetService = {
|
|
|
|
/**
|
|
* GreetService.Greet
|
|
*
|
|
* @param name {string}
|
|
* @returns {Promise<string>}
|
|
**/
|
|
Greet: function(name) { return wails.CallByID(1411160069, ...Array.prototype.slice.call(arguments, 0)); },
|
|
};
|
|
|
|
export const OtherService = {
|
|
|
|
/**
|
|
* OtherService.Hello
|
|
*
|
|
*
|
|
* @returns {Promise<void>}
|
|
**/
|
|
Hello: function() { return wails.CallByID(4249972365, ...Array.prototype.slice.call(arguments, 0)); },
|
|
};
|
|
|