UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 140 B
import type { IApiBaseEntity } from './api-base-entity.interface'; export interface IApiAuthenticationRequest { user: IApiBaseEntity; }