UNPKG
mdl-identifi-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
TypeScript client SDK for the headless micro CRM, Minddale.
mdl-identifi-ts
/
dist
/
index.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
{
IdentifiClient
}
from
'./services/identifi.client'
;
import
{
Response
}
from
'./models/identifi'
;
export
{
IdentifiClient
,
Response
};