dequoter/frontend/wailsjs/go/main/App.d.ts
Leon Mika f96b8a8266
All checks were successful
Build / build (push) Successful in 1m0s
Added a store
2026-01-26 09:31:14 +11:00

12 lines
415 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 SaveCurrentBuffer(arg1:string):Promise<void>;