@nestia/sdk
Version:
Nestia SDK and Swagger generator
8 lines (7 loc) • 366 B
TypeScript
import { VERSION_NEUTRAL } from "@nestjs/common";
export declare namespace ReflectMetadataAnalyzer {
const paths: (target: Function) => string[];
const extensions: (value: any) => Record<string, any>;
const securities: (value: any) => Record<string, string[]>[];
const versions: (target: any) => Array<string | typeof VERSION_NEUTRAL> | undefined;
}