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
/
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; }