Extend CredentialType interface with "documentationUrl" property

This commit is contained in:
Jan Oberhauser
2020-08-17 11:58:36 +02:00
parent 9e64409ac6
commit 30ac4f4c2c

View File

@@ -102,6 +102,7 @@ export interface ICredentialType {
displayName: string;
extends?: string[];
properties: INodeProperties[];
documentationUrl?: string;
__overwrittenProperties?: string[];
}