UNPKG
mdl-contact-ts
Version:
latest (1.0.0)
1.0.0
TypeScript client SDK for the headless micro CRM Contact service in Minddale.
mdl-contact-ts
/
dist
/
index.d.ts
4 lines
(3 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
import
{
ContactClient
}
from
'./services/contact.client'
;
import
{
Contact
}
from
'./models/contact'
;
export
{
ContactClient
,
Contact
};