n8n-nodes-base
Version:
Base nodes of n8n
9 lines • 365 B
TypeScript
import type { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class DiscordWebhookApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
test: ICredentialTestRequest;
}
//# sourceMappingURL=DiscordWebhookApi.credentials.d.ts.map