hubspot node done

This commit is contained in:
Ricardo Espinoza
2019-12-04 12:21:02 -05:00
parent 67297944da
commit c87da488f6
4 changed files with 489 additions and 6 deletions

View File

@@ -7,6 +7,6 @@ export interface IAssociation {
}
export interface IDeal {
association?: IAssociation;
associations?: IAssociation;
properties?: IDataObject[];
}