Exercise 1

This commit is contained in:
cdricms
2024-04-30 00:53:02 +02:00
parent abb1a148ff
commit 0a6792b765
54 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function AggregateByColumn(arg1, arg2, arg3) {
return window['go']['main']['App']['AggregateByColumn'](arg1, arg2, arg3);
}
export function GetEmployees(arg1, arg2, arg3, arg4, arg5) {
return window['go']['main']['App']['GetEmployees'](arg1, arg2, arg3, arg4, arg5);
}
export function GetProtoPath() {
return window['go']['main']['App']['GetProtoPath']();
}
export function OpenPath(arg1) {
return window['go']['main']['App']['OpenPath'](arg1);
}