UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

18 lines 693 B
import * as exportPdf_1 from "../modules/capture/export-pdf"; import * as screenshot_1 from "../modules/capture/screenshot"; import BaseController from "./BaseController"; export default class UtilityController extends BaseController { /** * Export a webpage to PDF */ exportWebpagePDF(body: exportPdf_1.ExportPDFOptions, queryParams?: { url: string; }): Promise<import("../interfaces").ResponseData>; /** * Capture a webpage screenshot */ captureScreenshot(body?: screenshot_1.CaptureScreenshotOptions, queryParams?: { url: string; }): Promise<import("../interfaces").ResponseData>; } //# sourceMappingURL=UtilityController.d.ts.map