// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_bookmarks.proto import type { PdfiumBookmarkP as _ironpdfengineproto_PdfiumBookmarkP, PdfiumBookmarkP__Output as _ironpdfengineproto_PdfiumBookmarkP__Output } from '../ironpdfengineproto/PdfiumBookmarkP'; export interface PdfBookmarkCollectionP { 'bookmarks'?: (_ironpdfengineproto_PdfiumBookmarkP)[]; } export interface PdfBookmarkCollectionP__Output { 'bookmarks'?: (_ironpdfengineproto_PdfiumBookmarkP__Output)[]; }