mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Extend CredentialType interface with "documentationUrl" property
This commit is contained in:
@@ -102,6 +102,7 @@ export interface ICredentialType {
|
||||
displayName: string;
|
||||
extends?: string[];
|
||||
properties: INodeProperties[];
|
||||
documentationUrl?: string;
|
||||
__overwrittenProperties?: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user