src/ISortResult.ts
        
                            Properties | 
                    
| column | 
                                        column:     
                                     | 
                                
                                            Type :     string
                                         | 
                                    
| 
                                             Defined in src/ISortResult.ts:2 
                                         | 
                                    
| order | 
                                        order:     
                                     | 
                                
                                            Type :     number
                                         | 
                                    
| 
                                             Defined in src/ISortResult.ts:3 
                                         | 
                                    
export interface ISortResult {
  column: string;
  order: number;
}