UNPKG

n8n-nodes-xiaohongshu

Version:

n8n node for Xiaohongshu (Little Red Book) API integration

9 lines (8 loc) 307 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class XiaohongshuTokenApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }