interface SortingRuleGroup {
    active: boolean;
    created?: Moment;
    id?: string;
    modified?: Moment;
    name: string;
    sortingRuleIds: number[];
}

Hierarchy (View Summary)

Properties

active: boolean
created?: Moment
id?: string
modified?: Moment
name: string
sortingRuleIds: number[]