chore: last progress before tauri

This commit is contained in:
2025-07-13 13:06:44 -05:00
parent edc6056ac1
commit 0e5dede83a
11 changed files with 224 additions and 355 deletions

View File

@@ -1,4 +1,8 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function GetStream(arg1:string):Promise<void>;
export function Greet(arg1:string):Promise<string>;
export function OnFileDrop(arg1:number,arg2:number,arg3:Array<string>):Promise<void>;