desktop/frontend/wailsjs/go/services/noteService.js
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function CreateTransactionNote(arg1, arg2) {
return window['go']['services']['noteService']['CreateTransactionNote'](arg1, arg2);
}
export function DeleteTransactionNote(arg1) {
return window['go']['services']['noteService']['DeleteTransactionNote'](arg1);
}
export function GetTransactionNote(arg1) {
return window['go']['services']['noteService']['GetTransactionNote'](arg1);
}
export function Start(arg1, arg2, arg3) {
return window['go']['services']['noteService']['Start'](arg1, arg2, arg3);
}
export function UpdateTransactionNote(arg1, arg2) {
return window['go']['services']['noteService']['UpdateTransactionNote'](arg1, arg2);
}