Type Alias SignUpPrivyParams

SignUpPrivyParams: {
    accessToken: string;
    referralCode?: string;
    username: string;
}