interface Sort {
    direction: SortDirection;
    property: string;
}

Properties

Properties

direction: SortDirection
property: string