type ActivateStylusContractOptions = { chain: Chain; client: ThirdwebClient; contractAddress: string;};
type chain = Chain;
type client = ThirdwebClient;
type contractAddress = string;