n8n-nodes-base
Version:
Base nodes of n8n
16 lines • 538 B
TypeScript
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties, Icon } from 'n8n-workflow';
export declare class KibanaApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
icon: Icon;
httpRequestNode: {
name: string;
docsUrl: string;
apiBaseUrl: string;
};
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}
//# sourceMappingURL=KibanaApi.credentials.d.ts.map