fix(viewer-react): Update CurrentUserObject TS typings (#72)

This commit is contained in:
Eric Tuvesson
2024-09-11 16:15:02 +02:00
committed by Richard Osborne
parent 59df6155e0
commit 767bb28d1c

View File

@@ -482,7 +482,12 @@ declare namespace Noodl {
const Records: RecordsApi;
interface CurrentUserObject {
UserId: string;
id: string;
email: string;
emailVerified: boolean;
username: string;
Properties: unknown;
/**
* Log out the current user and terminate the session.