Module clean_base::entities

source ·
Expand description

Defines default entities for clean architecture based projects

This module contains all the entities used in the project. Entities are the core of the project and are used to represent the business logic. Entities are not intended to be used as Data Transfer Objects.

Enums