Page MenuHomePhabricator

D11036.id37036.diff
No OneTemporary

D11036.id37036.diff

diff --git a/lib/types/community-types.js b/lib/types/community-types.js
new file mode 100644
--- /dev/null
+++ b/lib/types/community-types.js
@@ -0,0 +1,13 @@
+// @flow
+
+import type { EnabledApps } from './enabled-apps.js';
+
+export type CommunityInfo = {
+ +enabledApps: EnabledApps,
+};
+
+export type CommunityInfos = { +[threadID: string]: CommunityInfo };
+
+export type CommunityStore = {
+ +communityInfos: CommunityInfos,
+};

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 9, 4:31 PM (5 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2837040
Default Alt Text
D11036.id37036.diff (441 B)

Event Timeline