// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT import {Call} from '@wailsio/runtime'; import {Person} from './models'; import {Title} from './models'; // Greet does XYZ export async function Greet(name: string, title: Title) : Promise { return Call.ByID(1411160069, name, title); } // NewPerson creates a new person export async function NewPerson(name: string) : Promise { return Call.ByID(1661412647, name); }