| 1 | import fastifyOauth2, { type OAuth2Namespace } from '@fastify/oauth2'; |
| 2 | import { type FastifyPluginCallbackTypebox } from '@fastify/type-provider-typebox'; |
| 3 | import { Type } from 'typebox'; |
| 4 | import { Value } from 'typebox/value'; |
nothing calls this directly
no test coverage detected