mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
ci: Fix typecheck for nodes-base (no-changelog) (#9630)
This commit is contained in:
parent
1563bf571d
commit
f94090b48c
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue