Skip to content

Commit

Permalink
fix: add paginator field to lead create data
Browse files Browse the repository at this point in the history
  • Loading branch information
lizandro-mc committed Nov 13, 2023
1 parent f0ec16d commit 34749d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/leads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export interface CreateLeadData {
pipeline?: Pipeline | null;
people?: People;
followers?: { data: Follower[] };
paginatorInfo?: PaginatorInfo;
files?: { data: LeadAttachment[] };
}

Expand Down

0 comments on commit 34749d3

Please sign in to comment.