@jss-rule-engine/core
Version:
Rule engine for Sitecore JSS
27 lines (26 loc) • 732 B
TypeScript
export declare const getItemDescendantsByIdMock: {
data: {
item: {
id: string;
name: string;
children: {
total: number;
results: {
id: string;
name: string;
url: {
hostName: string;
path: string;
siteName: string;
url: string;
};
path: string;
template: {
id: string;
name: string;
};
}[];
};
};
};
};