| 1 | import { NextResponse } from 'next/server' |
| 2 | import { userPermissionConfigQuerySchema } from '@/lib/api/contracts/permission-groups' |
| 3 | import { getSession } from '@/lib/auth' |
| 4 | import { isOrganizationOnEnterprisePlan } from '@/lib/billing' |
nothing calls this directly
no test coverage detected