dequoter/frontend/wailsjs/go/main/App.d.ts
Leon Mika d64779f660
All checks were successful
Build / build (push) Successful in 2m31s
Add cmd-k to delete current line
2026-03-14 21:52:13 +11:00

16 lines
544 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 LoadCurrentBuffer():Promise<string>;
export function ProcessText(arg1:main.ProcessTextRequest):Promise<void>;
export function PromptUser(arg1:string,arg2:any):Promise<void>;
export function SaveCurrentBuffer(arg1:string):Promise<void>;
export function TriggerTextProcess(arg1:string):Promise<void>;