package <pk><group_id></group_id>.<artifact_id></artifact_id></pk>.core.use_cases.<sc>args[0]</sc>.io.outputs;

import lombok.Builder;
import lombok.Getter;

@Builder
@Getter
public class <pc>args[0]</pc>UseCaseOutput {
    //Define the attributes for the output of the <pc>args[0]</pc>UseCase here.
}
