export default interface Field {
    key: string;
    label: string;
    sort?: boolean;
    tdClass?: string;
}
