package personcontact import ( eb "simrs-vx/internal/domain/main-entities/person-contact/base" ) type PersonContact struct { eb.PersonContact }