UNPKG

@nestjsx/crud

Version:

NestJs CRUD for RESTful APIs

6 lines (5 loc) 87 B
export interface DtoOptions { create?: any; update?: any; replace?: any; }