We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2a39c commit 22aaa2bCopy full SHA for 22aaa2b
1 file changed
src/types/onyx/Logins.ts
@@ -32,6 +32,7 @@ type Login = OnyxValueWithOfflineFeedback<{
32
/** The device version where this account is logged in */
33
deviceVersion?: string;
34
35
+ /** The partnerID of the ancestor login associated with this one. Note: this may just be a reference to the current login */
36
infiniteLoginRoot?: string;
37
38
/** The device OS where this account is logged in */
0 commit comments