lawjolla
import { Deal } from "prisma1/generated/prisma-ts" const calculateDealProfit = (deal: Deal): number => { .... }