@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
11 lines (10 loc) • 578 B
TypeScript
export { type IApiAuthenticationRequest } from './api-authentication-request.interface';
export { type IApiBaseEntity } from './api-base-entity.interface';
export { type IApiDtoValidator } from './api-dto-validator.interface';
export { type IApiRequestValidator } from './api-request-validator.interface';
export type * from './class/index';
export type * from './decorator/api/index';
export { type IDtoGenerateFactory } from './dto-generate-factory.interface';
export type * from './entity/index';
export type * from './utility/index';
export type * from './validator/index';