import { SortDirectionEnum } from './sortDirectionEnum'; export interface SortValue { order_by: string; sort?: SortDirectionEnum; }