UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

6 lines (5 loc) 97 B
export interface Profile { name: string; apiAccessToken: string; baseUrl?: string; }