Represents the parameters for the "feeAmountTickSpacing" function.
type FeeAmountTickSpacingParams = { fee: AbiParameterToPrimitiveType<{ name: "fee"; type: "uint24" }>;};
type fee = AbiParameterToPrimitiveType<{ name: "fee"; type: "uint24";}>;