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