generated from dave/wails-template
Add json tags to types
This commit is contained in:
4
frontend/wailsjs/go/main/App.d.ts
vendored
4
frontend/wailsjs/go/main/App.d.ts
vendored
@@ -3,6 +3,10 @@
|
||||
import {main} from '../models';
|
||||
import {time} from '../models';
|
||||
|
||||
export function EmptyBill():Promise<main.Bill>;
|
||||
|
||||
export function EmptyPayment():Promise<main.Payment>;
|
||||
|
||||
export function GetBills():Promise<main.WailsBills>;
|
||||
|
||||
export function GetPaymentsForMonth(arg1:time.Time):Promise<main.WailsPayments>;
|
||||
|
||||
@@ -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']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user