interface GravityFormsField {
	inputs: any
	label: string
	choices: any
	id: string
	type: string
	basePrice?: any
	inputType: string
	enableCalculation?: boolean
	'gppa-choices-enabled'?: boolean
	'gppa-values-enabled'?: boolean
	'gppa-choices-object-type'?: string
	'gppa-values-object-type'?: string
	'gppa-choices-primary-property'?: string
	'gppa-values-primary-property'?: string
	'gppa-choices-ordering-property'?: string
	'gppa-values-ordering-property'?: string
	'gppa-choices-ordering-method'?: string
	'gppa-values-ordering-method'?: string
	'gppa-choices-filter-groups'?: any
	'gppa-values-filter-groups'?: any
	'gppa-choices-templates'?: any
	'gppa-values-templates'?: any
	'gppa-choices-unique-results'?: boolean
	'gppa-values-unique-results'?: boolean
}
