import ITeam from '../types/team.js';
export default interface IGetTeamsResponse {
    teams: ITeam[];
}
