UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

8 lines 182 B
export interface INote { body?: string; contact_id?: number; title?: string; type?: string; user_id?: number; } //# sourceMappingURL=ContactNoteInterface.d.ts.map