UNPKG

n8n-nodes-iyzico-unofficial

Version:

N8N community node for Iyzico payment system integration

9 lines (8 loc) 293 B
import { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class IyzicoApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; }