export type SQLOrder = {
    columnName: string;
    ascendent: boolean;
};
