Skip to content

VersioningType

reference
1 min readUpdated

Kind: Enum

Source: packages/common/enums/version-type.enum.ts

Part of: 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)

  • RoutePathFactorypackages/core/router/route-path-factory.ts:18
  • RouteDefinitionpackages/core/router/router-explorer.ts:49
  • RouteInfoPathExtractorpackages/core/middleware/route-info-path-extractor.ts:16
  • NestApplicationpackages/core/nest-application.ts:54
  • ExpressAdapterpackages/platform-express/adapters/express-adapter.ts:51
  • FastifyAdapterpackages/platform-fastify/adapters/fastify-adapter.ts:124

Was this page helpful?

Download as PDF
VersioningType — NestJS head-to-head