UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

16 lines (12 loc) 916 B
// Original file: src/internal/IronPdfEngine.ProtoFiles/basic.proto import type { RawImageChunkWithIndexP as _ironpdfengineproto_RawImageChunkWithIndexP, RawImageChunkWithIndexP__Output as _ironpdfengineproto_RawImageChunkWithIndexP__Output } from '../ironpdfengineproto/RawImageChunkWithIndexP'; import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP'; export interface ImagesResultStreamP { 'rawImagesChunk'?: (_ironpdfengineproto_RawImageChunkWithIndexP | null); 'exception'?: (_ironpdfengineproto_RemoteExceptionP | null); 'resultOrException'?: "rawImagesChunk"|"exception"; } export interface ImagesResultStreamP__Output { 'rawImagesChunk'?: (_ironpdfengineproto_RawImageChunkWithIndexP__Output); 'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output); }