Decorator function for marking a property with metadata related to DTO (Data Transfer Object). It will help as to
link DTO to actual arguments that are coming from CLI, provide you full information about what type of arguments
are expected in the task, and correctly validate them.
Example in some DTO: @Decorators.Property() userId: string;
Decorator function for marking a property with metadata related to DTO (Data Transfer Object). It will help as to link DTO to actual arguments that are coming from CLI, provide you full information about what type of arguments are expected in the task, and correctly validate them.
Example in some DTO: @Decorators.Property() userId: string;