interface SearchDealsResultimport { type SearchDealsResult } from "https://deno.land/x/netzo@v0.2.19/apis/pipedrive/types.ts"; Propertiesid: numbertype: stringtitle: stringvalue: numbercurrency: stringstatus: stringvisible_to: numberowner: { id: number; }stage: { id: number; name: string; }person: { id: number; name: string; }organization: anycustom_fields: Array<any>notes: Array<any>