Update index.d.ts

fix wrong exportReducedData from IGlobal
This commit is contained in:
Konrad Mattheis
2017-11-10 16:45:15 +01:00
committed by GitHub
parent 53eea6c72f
commit 32bbe62327

View File

@@ -6879,12 +6879,6 @@ declare namespace EngineAPI {
qSignature: string;
}
interface IQOptions {
qBookmarkId: string;
qExpires: number;
}
interface IQDownloadInfo {
/**
* URL of the generated QVF
@@ -7104,14 +7098,6 @@ declare namespace EngineAPI {
*/
exportApp(qTargetPath: string, qSrcAppId: string, qIds: string[]): Promise<boolean>;
/**
* Reduce an app in the memory to the current selection of a specified bookmark
* and make it as http download available.
* @params - optional qOptions
* @returns - A Promise of qDownloadInfo
*/
exportReducedData(qOptions?: IQOptions): Promise<IQDownloadInfo>;
/**
* Returns the handle of the current app.
*