Files
challenge/frontend/wailsjs/go/main/App.d.ts
2024-04-30 00:48:02 +02:00

14 lines
598 B
TypeScript
Executable File

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {proto} from '../models';
import {main} from '../models';
import {frontend} from '../models';
export function AggregateByColumn(arg1:proto.EmployeeField,arg2:proto.EmployeeField,arg3:main.FunctionAgg):Promise<{[key: string]: number}>;
export function GetEmployees(arg1:string,arg2:number,arg3:number,arg4:any,arg5:any):Promise<Array<proto.Employee>>;
export function GetProtoPath():Promise<string>;
export function OpenPath(arg1:Array<frontend.FileFilter>):Promise<string>;