n8n-nodes-base
Version:
Base nodes of n8n
10 lines • 347 B
TypeScript
import type { ICredentialType, INodeProperties, Icon } from 'n8n-workflow';
export declare class HttpQueryAuth implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
genericAuth: boolean;
icon: Icon;
properties: INodeProperties[];
}
//# sourceMappingURL=HttpQueryAuth.credentials.d.ts.map