UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

7 lines (6 loc) 266 B
import type { IsIpVersion } from "class-validator/types/decorator/string/IsIP"; export declare const STRING_PROPERTY_API_INTERFACE_CONSTANT: { readonly IP_VERSION: IsIpVersion; readonly REGEX_FLAGS_INDEX: number; readonly REGEX_PATTERN_INDEX: number; };