UNPKG

@liara/cli

Version:

The command line interface for Liara

5 lines (4 loc) 105 B
import ITeam from '../types/team.js'; export default interface IGetTeamsResponse { teams: ITeam[]; }