UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

3 lines (2 loc) 112 B
import { Team } from './types'; export declare function getAllTeams(onlyAccessible?: boolean): Promise<Team[]>;