Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 185 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 185 Bytes

Layered Architecture TypeScript Boilerplate

DTO

  • interfaces, no construction possible
  • simple and flat if possible
  • dependencied only to other dtos
  • no enums
  • no validation