rework change tag type for all entity
This commit is contained in:
parent
dea1519ce2
commit
c5336475b2
@ -121,10 +121,10 @@ type Field struct {
|
||||
type EntityType string
|
||||
|
||||
const (
|
||||
LeadsTags EntityType = "leads"
|
||||
ContactsTags EntityType = "contacts"
|
||||
CompaniesTags EntityType = "companies"
|
||||
CustomersTags EntityType = "customers"
|
||||
LeadsType EntityType = "leads"
|
||||
ContactsType EntityType = "contacts"
|
||||
CompaniesType EntityType = "companies"
|
||||
CustomersType EntityType = "customers"
|
||||
)
|
||||
|
||||
type Rule struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user