// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT export function BookLended(arg1) { return window['go']['main']['App']['BookLended'](arg1); } export function DeleteAuthor(arg1) { return window['go']['main']['App']['DeleteAuthor'](arg1); } export function DeleteBook(arg1) { return window['go']['main']['App']['DeleteBook'](arg1); } export function DeleteClient(arg1) { return window['go']['main']['App']['DeleteClient'](arg1); } export function DeleteLending(arg1) { return window['go']['main']['App']['DeleteLending'](arg1); } export function ExportLendings(arg1) { return window['go']['main']['App']['ExportLendings'](arg1); } export function GetAllLendings() { return window['go']['main']['App']['GetAllLendings'](); } export function GetAuthors() { return window['go']['main']['App']['GetAuthors'](); } export function GetAvailableBooks() { return window['go']['main']['App']['GetAvailableBooks'](); } export function GetBooks() { return window['go']['main']['App']['GetBooks'](); } export function GetClients() { return window['go']['main']['App']['GetClients'](); } export function GetLendings() { return window['go']['main']['App']['GetLendings'](); } export function GetReturnedLendings() { return window['go']['main']['App']['GetReturnedLendings'](); } export function Greet(arg1) { return window['go']['main']['App']['Greet'](arg1); } export function ReturnLending(arg1) { return window['go']['main']['App']['ReturnLending'](arg1); } export function SaveAuthor(arg1) { return window['go']['main']['App']['SaveAuthor'](arg1); } export function SaveBook(arg1) { return window['go']['main']['App']['SaveBook'](arg1); } export function SaveClient(arg1) { return window['go']['main']['App']['SaveClient'](arg1); } export function SaveLending(arg1) { return window['go']['main']['App']['SaveLending'](arg1); }