Represents the filters for the "CancelledOffer" event.
type CancelledOfferEventFilters = Partial<{ offerId: AbiParameterToPrimitiveType<{ indexed: true; name: "offerId"; type: "uint256"; }>; offeror: AbiParameterToPrimitiveType<{ indexed: true; name: "offeror"; type: "address"; }>;}>;