export type OTableExpandableRowState = {
    keys: {
        [k: string]: any;
    };
};
