UNPKG

n8n-nodes-fleeting-notes

Version:

n8n community node for managing fleeting notes in Obsidian vault

9 lines (8 loc) 264 B
import { ICredentialType, INodeProperties, Icon } from 'n8n-workflow'; export declare class FleetingNotesApi implements ICredentialType { name: string; displayName: string; icon: Icon; documentationUrl: string; properties: INodeProperties[]; }