UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

11 lines 315 B
export interface PdfiumBookmarkDescriptorP { 'text'?: (string); 'pageIndex'?: (number); 'hierarchy'?: (string); } export interface PdfiumBookmarkDescriptorP__Output { 'text'?: (string); 'pageIndex'?: (number); 'hierarchy'?: (string); } //# sourceMappingURL=PdfiumBookmarkDescriptorP.d.ts.map