interface ISortField {
    field: string;
    order: ORDER;
    type: VALUE_TYPE;
}

Properties

Properties

field: string
order: ORDER