mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47: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();
|
||||
|
||||
class CredentialsHelper extends ICredentialsHelper {
|
||||
getCredentialsProperties() {
|
||||
return [];
|
||||
}
|
||||
|
||||
async authenticate(
|
||||
credentials: ICredentialDataDecryptedObject,
|
||||
typeName: string,
|
||||
|
|
Loading…
Reference in a new issue