export type IdorProtectionConfig = {
    tenantColumnName: string;
    excludedTables: string[];
};
