mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
⚡ Extend CredentialType interface with "documentationUrl" property
This commit is contained in:
parent
9e64409ac6
commit
30ac4f4c2c
|
@ -102,6 +102,7 @@ export interface ICredentialType {
|
|||
displayName: string;
|
||||
extends?: string[];
|
||||
properties: INodeProperties[];
|
||||
documentationUrl?: string;
|
||||
__overwrittenProperties?: string[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue