Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3394577
D11505.id38829.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
348 B
Referenced Files
None
Subscribers
None
D11505.id38829.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11505: [lib] introduce aux user types
Attached
Detach File
Event Timeline
Log In to Comment