Home > @vsf-enterprise/commercetools-types > SetStoreCustomField
# SetStoreCustomField type
Signature:
export declare type SetStoreCustomField = {
name: Scalars['String'];
value?: InputMaybe<Scalars['String']>;
};
References: Scalars, InputMaybe