function getCurrentUserSync(): | null | User;
null
User
const user = getCurrentUserSync();
Was this page helpful?