UNPKG

@cityssm/consigno-cloud-api

Version:

An unofficial wrapper around the ConsignO Cloud API.

6 lines (5 loc) 243 B
import type { ConsignoCloudAPIType } from '../../index.js'; export declare function downloadDocuments(this: ConsignoCloudAPIType, workflowId: string): Promise<{ contentType: 'application/pdf' | 'application/zip'; data: Uint8Array; }>;