UNPKG

fcx-minddale-ts

Version:

TypeScript client SDK for the headless micro CRM, Minddale.

11 lines (10 loc) 213 B
export interface Newsletter { recipient: string; tag?: string; note?: string; channel?: string; longitude?: string; latitude?: string; unsubscribed?: boolean; disabled?: boolean; }