UNPKG
mdl-newsletter-ts
Version:
latest (1.0.0)
1.0.0
TypeScript client SDK for the headless micro CRM Newsletter service in Minddale.
mdl-newsletter-ts
/
dist
/
models
/
newsletter.d.ts
11 lines
(10 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
Newsletter
{
recipient
:
string
;
tag
?:
string
;
note
?:
string
;
channel
?:
string
;
longitude
?:
string
;
latitude
?:
string
;
unsubscribed
?:
boolean
;
disabled
?:
boolean
; }