Home > @vsf-enterprise/commercetools-api > GetFacetProductProjectionResponse
# GetFacetProductProjectionResponse type
Data returned from the getFacetProductProjection
API endpoint
Signature:
export declare type GetFacetProductProjectionResponse = QueryResponse<'productProjectionSearch', ProductProjectionSearchResult>;
References: QueryResponse, ProductProjectionSearchResult