@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
21 lines (20 loc) • 592 B
TypeScript
import type { MapCultureTo, Nullable, Object_Unknown } from "../../base-types";
export declare class FacetResponseResource {
id: Nullable<number>;
value: string;
labels: MapCultureTo<string>;
fieldName: string;
addQuery: string;
totalNumberOfFacetValues: number;
isPartial: boolean;
limit: number;
matchCount: number;
children: Array<FacetResponseResource>;
definition: string;
position: string;
multiSelectEnabled: boolean;
checked: boolean;
multiSelectEmptyQuery: string;
hasDescendants: boolean;
data?: Object_Unknown;
}