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
/
models
/
contact.d.ts
13 lines
(12 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export interface Contact { email: string; subject: string; message: string; name?: string; mobile?: string; note?: string;
label
?: string; longitude?: string; latitude?: string; disabled?: boolean; }