Skip to content

Commit 343212f

Browse files
committed
adjusting id typ
1 parent 22d40ac commit 343212f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/requestProcessor.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface Params {
5555
/** Document from the app_users collection for current user, exists in all SDK requests after validation */
5656
app_user: {
5757
/** Application user ID */
58-
uid: string;
58+
uid: ObjectId;
5959
/** Device ID */
6060
did: string;
6161
/** User's country */

0 commit comments

Comments
 (0)