ncmdump-gui/frontend/wailsjs/go/main/App.d.ts

10 lines
332 B
TypeScript
Raw Normal View History

2024-11-26 14:28:46 +08:00
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
2024-11-26 19:40:57 +08:00
import {main} from '../models';
2024-11-26 14:28:46 +08:00
2024-11-26 19:40:57 +08:00
export function ProcessFiles(arg1:Array<main.NcmFile>,arg2:string):Promise<void>;
export function SelectFiles():Promise<Array<string>>;
export function SelectFolder():Promise<string>;