generated from dave/wails-template
48 lines
1.2 KiB
JavaScript
48 lines
1.2 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddBill(arg1) {
|
|
return window['go']['main']['App']['AddBill'](arg1);
|
|
}
|
|
|
|
export function Close() {
|
|
return window['go']['main']['App']['Close']();
|
|
}
|
|
|
|
export function EmptyBill() {
|
|
return window['go']['main']['App']['EmptyBill']();
|
|
}
|
|
|
|
export function EmptyPayment() {
|
|
return window['go']['main']['App']['EmptyPayment']();
|
|
}
|
|
|
|
export function GetBills() {
|
|
return window['go']['main']['App']['GetBills']();
|
|
}
|
|
|
|
export function GetPaymentsForMonth(arg1) {
|
|
return window['go']['main']['App']['GetPaymentsForMonth'](arg1);
|
|
}
|
|
|
|
export function MovePayment(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['MovePayment'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RemoveBill(arg1) {
|
|
return window['go']['main']['App']['RemoveBill'](arg1);
|
|
}
|
|
|
|
export function SetPaid(arg1, arg2) {
|
|
return window['go']['main']['App']['SetPaid'](arg1, arg2);
|
|
}
|
|
|
|
export function SetPaidWithDate(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['SetPaidWithDate'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function UnmarkPaid(arg1, arg2) {
|
|
return window['go']['main']['App']['UnmarkPaid'](arg1, arg2);
|
|
}
|