Home > @vsf-enterprise/commercetools-types > FieldDefinitionLabelArgs
# FieldDefinitionLabelArgs type
Field definitions describe custom fields and allow you to define some meta-information associated with the field.
Signature:
export declare type FieldDefinitionLabelArgs = {
locale?: InputMaybe<Scalars['Locale']>;
acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};
References: InputMaybe, Scalars