UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

7 lines (6 loc) 184 B
import type { MapCultureTo } from "../../base-types"; export declare class SortingResponseResource { fieldName: string; labels: MapCultureTo<string>; ascending: boolean; }