n8n
Version:
n8n Workflow Automation Tool
4 lines (3 loc) • 351 B
TypeScript
import { type ICredentialDataDecryptedObject, type ICredentialType } from 'n8n-workflow';
export declare function extractSharedFields(credentialType: ICredentialType): string[];
export declare function getChangedSharedFields(credentialType: ICredentialType, oldData: ICredentialDataDecryptedObject, newData: ICredentialDataDecryptedObject): string[];