UNPKG

n8n-nodes-tiktok-business-api

Version:

n8n community node for interacting with TikTok Business API

10 lines (9 loc) 307 B
import type { ICredentialType, INodeProperties, Icon } from 'n8n-workflow'; export declare class TiktokBusinessEasyAuthOAuth2Api implements ICredentialType { name: string; extends: string[]; displayName: string; documentationUrl: string; icon: Icon; properties: INodeProperties[]; }