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

import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';

export interface PdfiumGetPdfAttachmentDataResultStreamP {
  'resultChunk'?: (Buffer | Uint8Array | string);
  'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
  'resultOrException'?: "resultChunk"|"exception";
}

export interface PdfiumGetPdfAttachmentDataResultStreamP__Output {
  'resultChunk'?: (Buffer);
  'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
}
