Page MenuHomePhabricator

D11505.id38829.diff
No OneTemporary

D11505.id38829.diff

diff --git a/lib/types/aux-user-types.js b/lib/types/aux-user-types.js
new file mode 100644
--- /dev/null
+++ b/lib/types/aux-user-types.js
@@ -0,0 +1,9 @@
+// @flow
+
+export type AuxUserInfo = { +fid: string };
+
+export type AuxUserInfos = { +[userID: string]: AuxUserInfo };
+
+export type AuxUserStore = {
+ +auxUserInfos: AuxUserInfos,
+};

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 1, 8:39 PM (21 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2605736
Default Alt Text
D11505.id38829.diff (348 B)

Event Timeline