Represents the parameters for the "isTransferEnabledFor" function.
type IsTransferEnabledForParams = { target: AbiParameterToPrimitiveType<{ name: "target"; type: "address"; }>;};
type target = AbiParameterToPrimitiveType<{ name: "target"; type: "address";}>;