UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

22 lines (21 loc) 414 B
/** * Supported External storage type to be used with {@link ExternalAsset}. */ export declare enum ExternalStorageType { /** * Represents Sharepoint storage. */ SHAREPOINT = "SHAREPOINT", /** * Represents S3 storage. */ S3 = "S3", /** * Represents Dropbox storage. */ DROPBOX = "DROPBOX", /** * Represents Blob storage. */ BLOB = "BLOB" }