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