Update model

This commit is contained in:
2024-08-19 10:25:40 +02:00
parent 5e94f44e27
commit de7c2cc82c
6 changed files with 90 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function GetBills() {
return window['go']['main']['App']['GetBills']();
}
export function GetPaymentsForMonth(arg1) {
return window['go']['main']['App']['GetPaymentsForMonth'](arg1);
}
export function SetPaid(arg1, arg2) {
return window['go']['main']['App']['SetPaid'](arg1, arg2);
}