Home > @vsf-enterprise/commercetools-types > ProductProjectionDescriptionArgs
# ProductProjectionDescriptionArgs type
Signature:
export declare type ProductProjectionDescriptionArgs = {
locale?: InputMaybe<Scalars['Locale']>;
acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};
References: InputMaybe, Scalars