Home > @vsf-enterprise/bigcommerce-api > BaseFormField
# BaseFormField interface
Base fields for form fields model.
Signature:
export interface BaseFormField
# Properties
Property | Type | Description |
---|---|---|
name | string | Form field name. |
value | number | string | string[] | Form field value. |