Interface PdfFillSelectorExperimental

interface PdfFillSelector {
    [key: string]: FieldSchemaFill | CheckboxSchemaFill;
}

Indexable

[key: string]: FieldSchemaFill | CheckboxSchemaFill

object with keys and form field schema.