UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

8 lines 179 B
export interface INote { Title?: string; ParentId?: string; Body?: string; OwnerId?: string; IsPrivate?: boolean; } //# sourceMappingURL=NoteInterface.d.ts.map