Add json tags to types

This commit is contained in:
2024-08-19 10:51:31 +02:00
parent de7c2cc82c
commit c17e25c358
5 changed files with 157 additions and 21 deletions

View File

@@ -2,6 +2,14 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
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']();
}