update lead done

This commit is contained in:
Ricardo Espinoza
2019-11-20 09:45:58 -05:00
parent b281eb511a
commit 503baf82f7
3 changed files with 90 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ export interface ILeadCompany {
}
export interface ILead {
user_id?: string;
id?: string;
email: string;
phone?: string;
name?: string;