n8n-nodes-v4-companynodes
Version:
9 lines (8 loc) • 333 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class FwoCredentialsApi implements ICredentialType {
name: string;
displayName: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}