UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

9 lines (8 loc) 297 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class PlacidApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }