mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 13:57:29 -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;
|
displayName: string;
|
||||||
extends?: string[];
|
extends?: string[];
|
||||||
properties: INodeProperties[];
|
properties: INodeProperties[];
|
||||||
|
documentationUrl?: string;
|
||||||
__overwrittenProperties?: string[];
|
__overwrittenProperties?: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue