UNPKG

n8n-nodes-instagram-private-api-wrapped-logo-changed-v3

Version:
10 lines (9 loc) 487 B
import { ICredentialDataDecryptedObject, ICredentialTestRequest, ICredentialType, IHttpRequestOptions, INodeProperties } from 'n8n-workflow'; export declare class InstagramCredentials implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate(credentials: ICredentialDataDecryptedObject, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>; test: ICredentialTestRequest; }