export type OntimizePermissionsConfig = {
    entity: string;
    keyColumn: string;
    valueColumn: string;
};
