n8n-nodes-base
Version:
Base nodes of n8n
13 lines • 609 B
TypeScript
import type { IAuthenticateGeneric, ICredentialDataDecryptedObject, ICredentialTestRequest, ICredentialType, IHttpRequestHelper, INodeProperties } from 'n8n-workflow';
export declare class MetabaseApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
preAuthentication(this: IHttpRequestHelper, credentials: ICredentialDataDecryptedObject): Promise<{
sessionToken: string;
}>;
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}
//# sourceMappingURL=MetabaseApi.credentials.d.ts.map