UNPKG
omnisend-node-sdk
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
🔹 Typesafe Omnisend API SDK for Node.js
omnisend-node-sdk
/
index.d.ts
4 lines
(3 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
import
{
Omnisend
}
from
"./Omnisend"
;
export
default
Omnisend
;
export
type
{
OmnisendOptions
}
from
"./types"
;