export interface PaginableTableOrdination {
    property: string;
    direction: string;
}
