// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto export interface PdfiumRadioFieldP { 'options'?: (string)[]; 'selectedIndex'?: (number); } export interface PdfiumRadioFieldP__Output { 'options'?: (string)[]; 'selectedIndex'?: (number); }