You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
677 B
23 lines
677 B
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {main} from '../models';
|
|
|
|
export function CheckEnv():Promise<main.CheckResult>;
|
|
|
|
export function CheckUpdate():Promise<main.UpdateInfo>;
|
|
|
|
export function GetStatus():Promise<main.StatusResult>;
|
|
|
|
export function HideWindow():Promise<void>;
|
|
|
|
export function InstallDsh():Promise<main.InstallResult>;
|
|
|
|
export function OpenURL(arg1:string):Promise<void>;
|
|
|
|
export function ShowWindow():Promise<void>;
|
|
|
|
export function Start():Promise<main.StartResult>;
|
|
|
|
export function Stop():Promise<main.StartResult>;
|
|
|
|
export function UpdateDsh():Promise<main.InstallResult>;
|
|
|