task-managment / src / server / tool / application / dto.ts
dto.ts
Raw

export interface DeleteUserToolDto {
    toolId: string;
    toolName:string
    userId: string;
  }