UNPKG

@ai-growth/wordpress

Version:

n8n node for WordPress integration with AI GROWTH - SEO WP plugin

10 lines (9 loc) 469 B
import { ICredentialType, INodeProperties, ICredentialTestRequest, ICredentialDataDecryptedObject, INodeCredentialTestResult } from 'n8n-workflow'; export declare class WordPressCredentials implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; testUserPermissions(credentials: ICredentialDataDecryptedObject): Promise<INodeCredentialTestResult>; }