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