UNPKG

n8n-nodes-vidfetch

Version:

This node allows the user to make an API call to Vidfetch.

7 lines (6 loc) 207 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class VidfetchApi implements ICredentialType { name: string; displayName: string; properties: INodeProperties[]; }