// https://github.com/RocketChat/Rocket.Chat/blob/develop/definition/ITeam.ts
export enum TEAM_TYPE {
PUBLIC = 0,
PRIVATE = 1
}