UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 347 B
import type { ICredentialType, INodeProperties, Icon } from 'n8n-workflow'; export declare class HttpBasicAuth implements ICredentialType { name: string; displayName: string; documentationUrl: string; genericAuth: boolean; icon: Icon; properties: INodeProperties[]; } //# sourceMappingURL=HttpBasicAuth.credentials.d.ts.map