Represents the filters for the "ApprovalForAll" event.
type ApprovalForAllEventFilters = Partial<{ operator: AbiParameterToPrimitiveType<{ indexed: true; name: "operator"; type: "address"; }>; owner: AbiParameterToPrimitiveType<{ indexed: true; name: "owner"; type: "address"; }>;}>;