diff --git a/packages/noodl-viewer-react/static/viewer/global.d.ts.keep b/packages/noodl-viewer-react/static/viewer/global.d.ts.keep index e21e938..5461b82 100644 --- a/packages/noodl-viewer-react/static/viewer/global.d.ts.keep +++ b/packages/noodl-viewer-react/static/viewer/global.d.ts.keep @@ -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.