// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT /** * @typedef {import('./models').main.Title} mainTitle * @typedef {import('./models').main.Person} mainPerson */ export const GreetService = { /** * GreetService.Greet * Greet does XYZ * @param name {string} * @param title {mainTitle} * @returns {Promise} **/ Greet: function(name, title) { return wails.CallByID(1411160069, ...Array.prototype.slice.call(arguments, 0)); }, /** * GreetService.NewPerson * NewPerson creates a new person * @param name {string} * @returns {Promise} **/ NewPerson: function(name) { return wails.CallByID(1661412647, ...Array.prototype.slice.call(arguments, 0)); }, };