"'@param' is redundant in TypeScript code if it has no description." TSLint error? "'@param' is redundant in TypeScript code if it has no description." TSLint error? typescript typescript

"'@param' is redundant in TypeScript code if it has no description." TSLint error?


You should add some small description behind empDetails

  /**   * @description my lovely description   * @param empDetails contain employee details  */