n8n-nodes-base
Version:
Base nodes of n8n
18 lines • 573 B
TypeScript
import type { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class QRadarApi implements ICredentialType {
name: string;
displayName: string;
icon: {
readonly light: "file:icons/IBM.svg";
readonly dark: "file:icons/IBM.dark.svg";
};
documentationUrl: string;
httpRequestNode: {
name: string;
docsUrl: string;
apiBaseUrl: string;
};
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
}
//# sourceMappingURL=QRadarApi.credentials.d.ts.map