UNPKG

getsocial-react-native-sdk

Version:
17 lines (15 loc) 280 B
// @flow /** * CommunitiesEntityType object. */ export default class CommunitiesEntityType { static Unknown = 0; static App = 1; static Topic = 2; static Group = 3; static User = 4; static Activity = 6; static Comment = 7; static Tag = 8; static Label = 9; }