@ironsoftware/ironpdf
Version:
IronPDF for Node
15 lines (11 loc) • 330 B
text/typescript
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_bookmarks.proto
export interface PdfiumBookmarkDescriptorP {
'text'?: (string);
'pageIndex'?: (number);
'hierarchy'?: (string);
}
export interface PdfiumBookmarkDescriptorP__Output {
'text'?: (string);
'pageIndex'?: (number);
'hierarchy'?: (string);
}