UNPKG

@elsikora/nestjs-crud-automator

Version:

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

4 lines (3 loc) 227 B
export { type IApiAuthenticationRequest } from './authentication-request.interface'; export { type IApiDtoValidator } from './dto-validator.interface'; export { type IApiRequestValidator } from './request-validator.interface';