Share Permissions (#761)

* Share restrictions

* Tweak language, add spec
This commit is contained in:
Tom Moor
2018-08-19 16:06:39 -07:00
committed by GitHub
parent e704a86e36
commit 328f731541
21 changed files with 224 additions and 185 deletions

View File

@@ -31,6 +31,7 @@ export type Team = {
avatarUrl: string,
slackConnected: boolean,
googleConnected: boolean,
sharing: boolean,
};
export type NavigationNode = {