UNPKG

@elsikora/nestjs-crud-automator

Version:

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

8 lines (7 loc) 301 B
import { IsIpVersion } from 'class-validator/types/decorator/string/IsIP'; export declare const STRING_PROPERTY_API_INTERFACE_CONSTANT: { readonly IP_VERSION: IsIpVersion; readonly IP_VERSION_6: IsIpVersion; readonly REGEX_FLAGS_INDEX: number; readonly REGEX_PATTERN_INDEX: number; };