mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-10 14:22:53 +01:00
fix(viewer-react): Update CurrentUserObject TS typings (#72)
This commit is contained in:
committed by
Richard Osborne
parent
59df6155e0
commit
767bb28d1c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user