mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 06:42:56 +01:00
fix(viewer-react): Update CurrentUserObject TS typings (#72)
This commit is contained in:
@@ -482,7 +482,12 @@ declare namespace Noodl {
|
|||||||
const Records: RecordsApi;
|
const Records: RecordsApi;
|
||||||
|
|
||||||
interface CurrentUserObject {
|
interface CurrentUserObject {
|
||||||
UserId: string;
|
id: string;
|
||||||
|
email: string;
|
||||||
|
emailVerified: boolean;
|
||||||
|
username: string;
|
||||||
|
|
||||||
|
Properties: unknown;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Log out the current user and terminate the session.
|
* Log out the current user and terminate the session.
|
||||||
|
|||||||
Reference in New Issue
Block a user