UNPKG

n8n-nodes-mypet-stocks

Version:

n8n node for MyPet Stocks quantitative trading system with authentication and quantitative account management support

10 lines (9 loc) 369 B
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class MyPetStocksApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }