Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface SearchDealsResult
import { type SearchDealsResult } from "https://deno.land/x/netzo@v0.2.19/apis/pipedrive/types.ts";

Properties

id: number
type: string
title: string
value: number
currency: string
status: string
visible_to: number
owner: { id: number; }
stage: { id: number; name: string; }
person: { id: number; name: string; }
organization: any
custom_fields: Array<any>
notes: Array<any>