export default interface ITeam {
    _id: string;
}
