@ironsoftware/ironpdf
Version:
IronPDF for Node
15 lines • 1.1 kB
TypeScript
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 ChromeRenderPdfDocumentFromUriRequestP {
'uri'?: (string);
'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP | null);
'httpOptions'?: (_ironpdfengineproto_ChromeHttpLoginCredentialsP | null);
'_renderOptions'?: "renderOptions";
'_httpOptions'?: "httpOptions";
}
export interface ChromeRenderPdfDocumentFromUriRequestP__Output {
'uri'?: (string);
'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP__Output);
'httpOptions'?: (_ironpdfengineproto_ChromeHttpLoginCredentialsP__Output);
}
//# sourceMappingURL=ChromeRenderPdfDocumentFromUriRequestP.d.ts.map