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


export interface PdfiumComboBoxFieldP {
  'options'?: (string)[];
  'selectedIndex'?: (number);
}

export interface PdfiumComboBoxFieldP__Output {
  'options'?: (string)[];
  'selectedIndex'?: (number);
}
