UNPKG

n8n-nodes-plex-datasource

Version:

n8n node for calling Plex ERP Data Sources

9 lines 362 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class PlexBasicAuthApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; } //# sourceMappingURL=PlexBasicAuthApi.credentials.d.ts.map