browser-multi/frontend/wailsjs/go/main/HomeEvent.d.ts
2025-06-11 14:43:42 +08:00

28 lines
859 B
TypeScript

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {main} from '../models';
export function AddInstance(arg1:string):Promise<main.Dto>;
export function AddWorkspace(arg1:string):Promise<main.Dto>;
export function ChangeBrowserType(arg1:string):Promise<main.Dto>;
export function GetCurrWorkspace():Promise<main.Dto>;
export function GetDefaultBrowserPath():Promise<main.Dto>;
export function ListInstance():Promise<main.Dto>;
export function ListWorkspace():Promise<main.Dto>;
export function LoadBrowserConf():Promise<main.Dto>;
export function LoadCurrWorkspaceConf():Promise<main.Dto>;
export function SelectPath(arg1:string):Promise<main.Dto>;
export function SetCurrentWorkspace(arg1:string):Promise<main.Dto>;
export function StartInstance(arg1:string):Promise<main.Dto>;