UNPKG

@nestjsx/crud

Version:

NestJs CRUD for RESTful APIs

4 lines (3 loc) 59 B
export interface CreateManyDto<T = any> { bulk: T[]; }