interface UserProfile {
    player: string;
    accountAddress: string;
    ownerAddress: string;
}

Properties

player: string
accountAddress: string
ownerAddress: string