UNPKG
fcx-minddale-ts
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
TypeScript client SDK for the headless micro CRM, Minddale.
fcx-minddale-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
; }