export type OColumnTooltip = {
    value?: string;
    function?: (rowData: any) => any;
};
