type GetClaimParamsOptions = { contract: ThirdwebContract; from?: string; quantity: bigint; to: string;} & ( | { type: "erc721" } | { tokenDecimals: number; type: "erc20" } | { tokenId: bigint; type: "erc1155" });