@aequum/nestjs-uniform-data
v0.27.41
Published
aequum NestJS uniform data components
Readme
aequum NestJS uniform data components
Components for NestJS to provide uniform data structures, the
data will be wrapped in a DTO or type with a data property.
Components
DTOs
UniformDataDto(DataDto): Factory DTO class to create a uniform data structure, the data will be wrapped in a DTO or type with adataproperty.
Transformers
uniformDataOutputTransform(data): Transforms the data to a uniform data structure, the data will be wrapped in a DTO or type with adataproperty, it can be used in the CRUDL controllerstransformconfiguration.
Types
UniformData<T>: Type to define a uniform data structure, the data will be wrapped in adataproperty.
