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