@ironsoftware/ironpdf
Version:
IronPDF for Node
12 lines (8 loc) • 489 B
text/typescript
// 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)[];
}