export type OGroupedColumnTypes = {
    attr: string;
    type: string;
};
