Skip to content

Commit

Permalink
[IMPROVE] Add visitor status to IVisitor (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman authored Feb 9, 2022
1 parent ecdbec0 commit 0556371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definition/livechat/IVisitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface IVisitor {
department?: string;
phone?: Array<IVisitorPhone>;
visitorEmails?: Array<IVisitorEmail>;
status?: string;
customFields?: { [key: string]: any };
livechatData?: { [key: string]: any };
}

0 comments on commit 0556371

Please sign in to comment.