ci: Fix typecheck for nodes-base (no-changelog) (#9630)

This commit is contained in:
Iván Ovejero
2024-06-05 12:33:02 +02:00
committed by GitHub
parent 1563bf571d
commit f94090b48c

View File

@@ -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,