Docs

AuthenticatedUser

type AuthenticatedUser = {
email: string | undefined;
walletAddress: string;
};