dequoter/frontend/wailsjs/go/main/App.d.ts
Leon Mika 3cb5795ca5
All checks were successful
Build / build (push) Successful in 4m27s
Added some more commands and mades some quality of life improvements
2026-01-25 11:00:40 +11:00

8 lines
298 B
TypeScript
Executable file

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {main} from '../models';
export function ListProcessors():Promise<Array<main.ListProcessorsResponse>>;
export function ProcessText(arg1:main.ProcessTextRequest):Promise<void>;