UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 141 B
import { type ICredentialType } from 'n8n-workflow'; export declare function extractSharedFields(credentialType: ICredentialType): string[];