diff --git a/types/qlik-engineapi/index.d.ts b/types/qlik-engineapi/index.d.ts index dec09b1d95..e124d12f5f 100644 --- a/types/qlik-engineapi/index.d.ts +++ b/types/qlik-engineapi/index.d.ts @@ -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; - /** - * 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; - /** * Returns the handle of the current app. *