UNPKG
n8n-nodes-aws-finops
Version:
latest (1.0.0)
1.0.0
n8n node for AWS Financial Operations and Cost Analysis
n8n-nodes-aws-finops
/
dist
/
credentials
/
AwsFinOpsApi.credentials.d.ts
9 lines
(8 loc)
•
308 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
IAuthenticateGeneric
,
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
AwsFinOpsApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[];
authenticate
:
IAuthenticateGeneric
; }