Props for the ClaimButton component
type ClaimButtonProps = Omit< TransactionButtonProps, "transaction"> & { chain: Chain; claimParams: ClaimParams; client: ThirdwebClient; contractAddress: string;};