diff --git a/platform/types/lead.go b/platform/types/lead.go new file mode 100644 index 00000000..65197cb9 --- /dev/null +++ b/platform/types/lead.go @@ -0,0 +1,6 @@ +package types + +type Lead struct { + ID int32 `json:"id"` + SiteID int32 `json:"site_id"` +}