UNPKG

fcx-minddale-ts

Version:

TypeScript client SDK for the headless micro CRM, Minddale.

13 lines (12 loc) 240 B
export interface Contact { email: string; subject: string; message: string; name?: string; mobile?: string; note?: string; label?: string; longitude?: string; latitude?: string; disabled?: boolean; }