type GetAuthenticatedUserParams = { client: ThirdwebClient; ecosystem?: Ecosystem;};
type client = ThirdwebClient;
type ecosystem = Ecosystem;