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