// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_bookmarks.proto


export interface PdfiumBookmarkDescriptorP {
  'text'?: (string);
  'pageIndex'?: (number);
  'hierarchy'?: (string);
  'itemId'?: (string);
  'parentItemId'?: (string);
}

export interface PdfiumBookmarkDescriptorP__Output {
  'text'?: (string);
  'pageIndex'?: (number);
  'hierarchy'?: (string);
  'itemId'?: (string);
  'parentItemId'?: (string);
}
