node-apis
Version:
🚀 Advanced TypeScript API generator with clean architecture, comprehensive testing, and automatic formatting. Generate production-ready Node.js APIs with complete integration test suites.
7 lines • 321 B
TypeScript
import { ParsedTypePayload } from '../services/type-parser.service';
export declare const generateTypedCustomValidatorContent: ({ customName, moduleName, parsedType, }: {
customName: string;
moduleName: string;
parsedType: ParsedTypePayload;
}) => string;
//# sourceMappingURL=typed-custom.validators.d.ts.map