Innqube/iq-bootstrap-table

View on GitHub
src/app/component-wrapper/src/app/column-order.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Created by diego on 4/6/17.
 */
export class ColumnOrder {

    property: string;
    direction: 'asc' | 'desc';

}