PaperUser

type PaperUser = {
accessCode?: string;
emailAddress: string;
walletAddress: string;
};