/// /// import type { ChromePdfRenderOptionsP as _ironpdfengineproto_ChromePdfRenderOptionsP, ChromePdfRenderOptionsP__Output as _ironpdfengineproto_ChromePdfRenderOptionsP__Output } from '../ironpdfengineproto/ChromePdfRenderOptionsP'; import type { ChromeHttpLoginCredentialsP as _ironpdfengineproto_ChromeHttpLoginCredentialsP, ChromeHttpLoginCredentialsP__Output as _ironpdfengineproto_ChromeHttpLoginCredentialsP__Output } from '../ironpdfengineproto/ChromeHttpLoginCredentialsP'; export interface _ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP_InfoP { 'mainFile'?: (string); 'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP | null); 'httpOptions'?: (_ironpdfengineproto_ChromeHttpLoginCredentialsP | null); '_renderOptions'?: "renderOptions"; '_httpOptions'?: "httpOptions"; } export interface _ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP_InfoP__Output { 'mainFile'?: (string); 'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP__Output); 'httpOptions'?: (_ironpdfengineproto_ChromeHttpLoginCredentialsP__Output); } export interface ChromeRenderPdfDocumentFromZipFileRequestStreamP { 'info'?: (_ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP_InfoP | null); 'zipChunk'?: (Buffer | Uint8Array | string); 'request'?: "info" | "zipChunk"; } export interface ChromeRenderPdfDocumentFromZipFileRequestStreamP__Output { 'info'?: (_ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP_InfoP__Output); 'zipChunk'?: (Buffer); } //# sourceMappingURL=ChromeRenderPdfDocumentFromZipFileRequestStreamP.d.ts.map