UNPKG

n8n-nodes-bluesky

Version:

⚠️ PROOF OF CONCEPT - Bluesky nodes for n8n (unmaintained, use at own risk)

7 lines (6 loc) 211 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class BlueskyApi implements ICredentialType { name: string; displayName: string; properties: INodeProperties[]; }