anitrack/frontend/wailsjs/go/main/App.js

24 lines
602 B
JavaScript
Raw Normal View History

2024-07-09 10:16:53 -04:00
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
2024-07-20 00:01:53 -04:00
export function AniListLogin() {
return window['go']['main']['App']['AniListLogin']();
}
export function AniListSearch(arg1) {
return window['go']['main']['App']['AniListSearch'](arg1);
}
export function ConnectSimkl() {
return window['go']['main']['App']['ConnectSimkl']();
}
export function GetAniListItem(arg1) {
return window['go']['main']['App']['GetAniListItem'](arg1);
}
2024-07-09 10:16:53 -04:00
export function Greet(arg1) {
2024-07-10 20:48:06 -04:00
return window['go']['main']['App']['Greet'](arg1);
2024-07-09 10:16:53 -04:00
}