79725026

Date: 2025-08-04 14:17:47
Score: 0.5
Natty:
Report link

I exactly had this issue, but my solution was different:
i just the import type to import:

import { type UserRoleDeleteDto } from "../dtos/user-role-delete.dto";

to this:

import { UserRoleDeleteDto } from "../dtos/user-role-delete.dto";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: arianpress