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