Represents the parameters for claiming an ERC20 token.
type ClaimToParams = { from?: Address; singlePhaseDrop?: boolean; to: Address;} & ({ quantityInWei: bigint } | { quantity: string });