This commit is contained in:
josc146
2023-05-17 21:20:41 +08:00
parent 11813454de
commit df8eef5f64
14 changed files with 438 additions and 121 deletions

View File

@@ -2,6 +2,8 @@
// This file is automatically generated. DO NOT EDIT
import {backend_golang} from '../models';
export function ConvertModel(arg1:string,arg2:string,arg3:string):Promise<string>;
export function DownloadFile(arg1:string,arg2:string):Promise<void>;
export function FileExists(arg1:string):Promise<boolean>;