| 1 | import { ErrorCode, ForbiddenError, isDirectusError, RouteNotFoundError } from '@directus/errors'; |
| 2 | import { isSystemCollection } from '@directus/system-data'; |
| 3 | import type { PrimaryKey } from '@directus/types'; |
| 4 | import express from 'express'; |
nothing calls this directly
no test coverage detected