UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

9 lines 353 B
import type { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class LinearApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; } //# sourceMappingURL=LinearApi.credentials.d.ts.map