blob: ab8666a2924d487448e878494f659ad1aa792f49 [file] [log] [blame]
export class SortingState {
column: string = '';
counter: number = 0;
defaultState: boolean = false;
isDesc: boolean = false;
}