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

import type { StringDictionaryP as _ironpdfengineproto_StringDictionaryP, StringDictionaryP__Output as _ironpdfengineproto_StringDictionaryP__Output } from '../ironpdfengineproto/StringDictionaryP';

export interface ChromeHttpLoginCredentialsP {
  'customCookies'?: (_ironpdfengineproto_StringDictionaryP | null);
  'enableCookies'?: (boolean);
  'networkPassword'?: (string);
  'networkUsername'?: (string);
  '_customCookies'?: "customCookies";
  '_enableCookies'?: "enableCookies";
  '_networkPassword'?: "networkPassword";
  '_networkUsername'?: "networkUsername";
}

export interface ChromeHttpLoginCredentialsP__Output {
  'customCookies'?: (_ironpdfengineproto_StringDictionaryP__Output);
  'enableCookies'?: (boolean);
  'networkPassword'?: (string);
  'networkUsername'?: (string);
}
