UNPKG

n8n-nodes-aws-cost-explorer

Version:

N8N node for AWS Cost Explorer to retrieve cost and usage data

8 lines (7 loc) 244 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class AwsCostExplorerApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }