Module 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ยง

CreateManyResponseKind
CreateResponseKind
DeletionManyResponseKind
DeletionResponseKind
FetchManyResponseKind
FetchResponseKind
GetOrCreateResponseKind
UpdatingResponseKind