UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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