UNPKG

@nestjs/common

Version:

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

11 lines (10 loc) 369 B
/** * @publicApi */ export 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 || (VersioningType = {}));