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