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