# VersioningType

**Kind:** Enum

**Source:** [`packages/common/enums/version-type.enum.ts`](https://github.com/nestjs/nest/blob/master/packages/common/enums/version-type.enum.ts#L4)

**Part of:** [Common](subsystem-packages-common)

## Values

- `URI`
- `HEADER`
- `MEDIA_TYPE`
- `CUSTOM`

## Used by

6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (6)

- `RoutePathFactory` — `packages/core/router/route-path-factory.ts`:18
- `RouteDefinition` — `packages/core/router/router-explorer.ts`:49
- `RouteInfoPathExtractor` — `packages/core/middleware/route-info-path-extractor.ts`:16
- `NestApplication` — `packages/core/nest-application.ts`:54
- `ExpressAdapter` — `packages/platform-express/adapters/express-adapter.ts`:51
- `FastifyAdapter` — `packages/platform-fastify/adapters/fastify-adapter.ts`:124
