UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 321 B
import { WithTimestampsAndStringId } from '@n8n/db'; import type { CredentialResolverConfiguration } from '@n8n/decorators'; export declare class DynamicCredentialResolver extends WithTimestampsAndStringId { name: string; type: string; config: string; decryptedConfig?: CredentialResolverConfiguration; }