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 22d40ac commit 343212fCopy full SHA for 343212f
types/requestProcessor.d.ts
@@ -55,7 +55,7 @@ export interface Params {
55
/** Document from the app_users collection for current user, exists in all SDK requests after validation */
56
app_user: {
57
/** Application user ID */
58
- uid: string;
+ uid: ObjectId;
59
/** Device ID */
60
did: string;
61
/** User's country */
0 commit comments