UNPKG

@olavarriaga/n8n-nodes-myfitnesspal

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