// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT import {Call} from '@wailsio/runtime'; /** * @function Create * @returns {Promise} **/ export async function Create() { return Call.ByName("company.Company.Create", ...Array.prototype.slice.call(arguments, 0)); } /** * @function Edit * @returns {Promise} **/ export async function Edit() { return Call.ByName("company.Company.Edit", ...Array.prototype.slice.call(arguments, 0)); }