You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
GetFacetResponse
Response from the getFacet API endpoint
export declare type GetFacetResponse = {
results: ProductProjection[];
categories: CategoryWithCount[];
facets: FacetResultValue[];
rootCategory?: Category;
currentCategory?: Category;
total: number;
[key: string]: any;
};