interface SortItem<T> {
    direction: SortDirection;
    property: string;
}

Type Parameters

  • T

Properties

Properties

direction: SortDirection
property: string