UNPKG

@luka-cat-mimi/n8n-nodes-feishu-project

Version:
14 lines (13 loc) 602 B
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialDataDecryptedObject, ICredentialType, IHttpRequestHelper, INodeProperties } from 'n8n-workflow'; export declare class FeishuProjectApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: "file:../nodes/FeishuProject/icon.svg"; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; preAuthentication(this: IHttpRequestHelper, credentials: ICredentialDataDecryptedObject): Promise<{ pluginToken: any; }>; test: ICredentialTestRequest; }