Home > @vsf-enterprise/commercetools-types > SetInventoryEntryCustomType
# SetInventoryEntryCustomType type
Signature:
export declare type SetInventoryEntryCustomType = {
typeId?: InputMaybe<Scalars['String']>;
typeKey?: InputMaybe<Scalars['String']>;
type?: InputMaybe<ResourceIdentifierInput>;
fields?: InputMaybe<Array<CustomFieldInput>>;
};
References: InputMaybe, Scalars, ResourceIdentifierInput, CustomFieldInput