// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto import type { PdfiumPathObjectP as _ironpdfengineproto_PdfiumPathObjectP, PdfiumPathObjectP__Output as _ironpdfengineproto_PdfiumPathObjectP__Output } from '../ironpdfengineproto/PdfiumPathObjectP'; export interface PdfiumPathObjectCollectionP { 'value'?: (_ironpdfengineproto_PdfiumPathObjectP)[]; } export interface PdfiumPathObjectCollectionP__Output { 'value'?: (_ironpdfengineproto_PdfiumPathObjectP__Output)[]; }