Files
Agent-n8n/n8n-n8n-1.109.2/packages/nodes-base/nodes/Keap/ContactNoteInterface.ts
2025-09-08 04:48:28 +08:00

8 lines
117 B
TypeScript
Executable File

export interface INote {
body?: string;
contact_id?: number;
title?: string;
type?: string;
user_id?: number;
}