UNPKG

mindee

Version:

Mindee Client Library for Node.js

12 lines (11 loc) 476 B
/** * Operation to apply on the document, given the page indexes specified. */ /* eslint-disable @typescript-eslint/naming-convention */ export var PageOptionsOperation; (function (PageOptionsOperation) { /** Only keep pages matching the provided indexes. */ PageOptionsOperation["KeepOnly"] = "KEEP_ONLY"; /** Remove pages matching the provided indexes. */ PageOptionsOperation["Remove"] = "REMOVE"; })(PageOptionsOperation || (PageOptionsOperation = {}));