mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Fix typecheck for nodes-base (no-changelog) (#9630)
This commit is contained in:
@@ -95,6 +95,10 @@ class CredentialType implements ICredentialTypes {
|
|||||||
const credentialTypes = new CredentialType();
|
const credentialTypes = new CredentialType();
|
||||||
|
|
||||||
class CredentialsHelper extends ICredentialsHelper {
|
class CredentialsHelper extends ICredentialsHelper {
|
||||||
|
getCredentialsProperties() {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
async authenticate(
|
async authenticate(
|
||||||
credentials: ICredentialDataDecryptedObject,
|
credentials: ICredentialDataDecryptedObject,
|
||||||
typeName: string,
|
typeName: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user