function getCurrentUser(): Promise< | null | User>;
Promise
null
User
const user = await getCurrentUser();
Was this page helpful?