Represents the parameters for the "openPack" function.
type OpenPackParams = WithOverrides<{ amountToOpen: AbiParameterToPrimitiveType<{ name: "amountToOpen"; type: "uint256"; }>; packId: AbiParameterToPrimitiveType<{ name: "packId"; type: "uint256"; }>;}>;