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

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_ChromeRenderPdfDocumentFromHtmlFileRequestStreamP_InfoP {
  'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP | null);
  'httpOptions'?: (_ironpdfengineproto_ChromeHttpLoginCredentialsP | null);
  '_renderOptions'?: "renderOptions";
  '_httpOptions'?: "httpOptions";
}

export interface _ironpdfengineproto_ChromeRenderPdfDocumentFromHtmlFileRequestStreamP_InfoP__Output {
  'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP__Output);
  'httpOptions'?: (_ironpdfengineproto_ChromeHttpLoginCredentialsP__Output);
}

export interface ChromeRenderPdfDocumentFromHtmlFileRequestStreamP {
  'info'?: (_ironpdfengineproto_ChromeRenderPdfDocumentFromHtmlFileRequestStreamP_InfoP | null);
  'htmlPath'?: (string);
  'request'?: "info"|"htmlPath";
}

export interface ChromeRenderPdfDocumentFromHtmlFileRequestStreamP__Output {
  'info'?: (_ironpdfengineproto_ChromeRenderPdfDocumentFromHtmlFileRequestStreamP_InfoP__Output);
  'htmlPath'?: (string);
}
