Files
n8n-enterprise-unlocked/packages/nodes-base/nodes/Keap/ContactNoteInterface.ts
T
2022-08-17 17:50:24 +02:00

8 lines
117 B
TypeScript

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