Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
MM-14410: Flow updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkraft committed May 7, 2019
1 parent b592aef commit ae056bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/store/initial_state.js
Expand Up @@ -600,6 +600,18 @@ const state: GlobalState = {
status: 'not_started',
error: null,
},
getAllGroupsAssociatedToTeam: {
status: 'not_started',
error: null,
},
getGroupsAssociatedToTeam: {
status: 'not_started',
error: null,
},
getGroupsNotAssociatedToTeam: {
status: 'not_started',
error: null,
},
},
},
};
Expand Down
3 changes: 3 additions & 0 deletions src/types/requests.js
Expand Up @@ -152,6 +152,9 @@ export type GroupsRequestsStatuses = {|
getGroupSyncables: RequestStatusType,
getGroupMembers: RequestStatusType,
getGroup: RequestStatusType,
getAllGroupsAssociatedToTeam: RequestStatusType,
getGroupsAssociatedToTeam: RequestStatusType,
getGroupsNotAssociatedToTeam: RequestStatusType,
|};

export type JobsRequestsStatuses = {|
Expand Down

0 comments on commit ae056bd

Please sign in to comment.