@oneacrefund/n8n-nodes-kutt
Version:
This is an n8n community node for the Kutt URL Shortening service
9 lines (8 loc) • 334 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class KuttCredentialsApi implements ICredentialType {
name: string;
displayName: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}