export interface TableHead { propertyName: string, title: string, sorting?: boolean, }