@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
5 lines (4 loc) • 354 B
TypeScript
import { TApiPropertyDefaultStringFormat, TApiPropertyDefaultStringFormatProperties } from '../../../../type/decorator/api/property/default/string';
export declare const DEFAULT_STRING_FORMAT_PROPERTY_API_INTERFACE_CONSTANT: {
readonly DEFAULT_FORMAT_PROPERTIES: Record<TApiPropertyDefaultStringFormat, TApiPropertyDefaultStringFormatProperties>;
};