UNPKG

231 BTypeScriptView Raw
1import { VersionValue } from '../../interfaces/version-options.interface';
2/**
3 * Sets the version of the endpoint to the passed version
4 *
5 * @publicApi
6 */
7export declare function Version(version: VersionValue): MethodDecorator;