Files
office-data-matcher/frontend/wailsjs/go/main/App.d.ts
RainySY 2cef098632 feat: Initialize data-matcher project with Wails framework
- Added frontend runtime JavaScript functions for logging, window management, and notifications.
- Created Go module with dependencies for Wails and Excel processing.
- Implemented main application entry point with embedded frontend assets.
- Configured Wails application settings in wails.json.

Co-authored-by: Copilot <copilot@github.com>
2026-05-07 01:11:05 +08:00

30 lines
1019 B
TypeScript

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {main} from '../models';
export function CalculateSimilarity(arg1:string,arg2:string):Promise<number>;
export function CleanString(arg1:string):Promise<string>;
export function DeepseekEnhanceMatching(arg1:string,arg2:string):Promise<Array<main.MatchResult>>;
export function ExportResults(arg1:Array<main.MatchResult>):Promise<string>;
export function GetDeepseekStatus():Promise<boolean>;
export function OpenDailyReport():Promise<string>;
export function OpenFileA():Promise<string>;
export function OpenFileB():Promise<string>;
export function OpenMonthlyReport():Promise<string>;
export function ParseHeaders(arg1:string):Promise<Array<string>>;
export function RunMatch(arg1:main.MatchConfig):Promise<Array<main.MatchResult>>;
export function SetDeepseekAPIKey(arg1:string):Promise<string>;
export function StartMatching(arg1:string,arg2:string):Promise<Array<main.MatchResult>>;