Page MenuHomePhabricator

D11036.diff
No OneTemporary

D11036.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
Wed, Nov 27, 11:40 PM (19 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2592103
Default Alt Text
D11036.diff (441 B)

Event Timeline