forked from Ivasoft/mattermost-mobile
MM-39720_Invite People - phase 1
This commit is contained in:
@@ -87,6 +87,9 @@ export default class TeamModel extends Model implements TeamModelInterface {
|
||||
/** allowed_domains : List of domains that can join this team */
|
||||
@field('allowed_domains') allowedDomains!: string;
|
||||
|
||||
/** invite_id : The token id to use in invites to the team */
|
||||
@field('invite_id') inviteId!: string;
|
||||
|
||||
/** categories : All the categories associated with this team */
|
||||
@children(CATEGORY) categories!: Query<CategoryModel>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user