fncConvertGui/frontend/wailsjs/go/main/App.d.ts
2026-02-25 23:17:08 +01:00

27 lines
926 B
TypeScript

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {models} from '../models';
import {imports} from '../models';
export function ConnectDatabase(arg1:string):Promise<void>;
export function CreateCustomer(arg1:string,arg2:string,arg3:string,arg4:string):Promise<number>;
export function DeleteCustomer(arg1:number):Promise<void>;
export function EnsureSchema():Promise<void>;
export function GetCustomer(arg1:number):Promise<models.Customer>;
export function GetCustomers():Promise<Array<models.CustomerListItem>>;
export function GetImporters():Promise<Array<imports.ImporterInfo>>;
export function GetStatus():Promise<string>;
export function Greet(arg1:string):Promise<string>;
export function InitEncryption(arg1:string):Promise<void>;
export function UpdateCustomer(arg1:number,arg2:string,arg3:string,arg4:string,arg5:string):Promise<void>;