Structs§
- Create
User Dto - Example of a Validatable DTO using the
validatorcrate (like class-validator in TS) It is also exported to TypeScript automatically! - Pagination
- A strongly typed Pagination primitive. It guarantees that limit and offset are always valid (e.g. limit > 0).