UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

5 lines (4 loc) 96 B
export interface Configuration { apiAccessToken: string | undefined; baseUrl: string; }