UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

14 lines (13 loc) 497 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VersioningType = void 0; /** * @publicApi */ var VersioningType; (function (VersioningType) { VersioningType[VersioningType["URI"] = 0] = "URI"; VersioningType[VersioningType["HEADER"] = 1] = "HEADER"; VersioningType[VersioningType["MEDIA_TYPE"] = 2] = "MEDIA_TYPE"; VersioningType[VersioningType["CUSTOM"] = 3] = "CUSTOM"; })(VersioningType || (exports.VersioningType = VersioningType = {}));