wails-player/frontend/wailsjs/go/main/App.d.ts

7 lines
244 B
TypeScript
Raw Normal View History

2024-05-27 20:27:05 +00:00
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1:string):Promise<string>;
2024-05-27 22:13:13 +00:00
export function Login(arg1:string,arg2:string,arg3:string):Promise<boolean>;