UNPKG

node-tfe

Version:

A Typescript Client for Terraform Cloud/Enterprise V2 API

6 lines (5 loc) 92 B
export interface Config { address?: string; basePath?: string; token: string; }