export interface Column {
    readonly propertyName: string;
    readonly heading: string;
    readonly displayInline: boolean;
}
