Add close and refresh keybinds

This commit is contained in:
2024-08-19 11:02:15 +02:00
parent c17e25c358
commit 9cbaf7880b
5 changed files with 25 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
import {main} from '../models';
import {time} from '../models';
export function Close():Promise<void>;
export function EmptyBill():Promise<main.Bill>;
export function EmptyPayment():Promise<main.Payment>;

View File

@@ -2,6 +2,10 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Close() {
return window['go']['main']['App']['Close']();
}
export function EmptyBill() {
return window['go']['main']['App']['EmptyBill']();
}