UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 157 B
export interface WorkflowCredentialRequirement { workflowId: string; credentialId: string; credentialName: string; credentialType: string; }