Home > @vsf-enterprise/commercetools-types > FieldDefinitionInput
# FieldDefinitionInput type
Signature:
export declare type FieldDefinitionInput = {
type: FieldTypeInput;
name: Scalars['String'];
label: Array<LocalizedStringItemInputType>;
required: Scalars['Boolean'];
inputHint: TextInputHint;
};
References: FieldTypeInput, Scalars, LocalizedStringItemInputType, TextInputHint