Represents the parameters for the "revokeRoles" function.
type RevokeRolesParams = WithOverrides<{ roles: AbiParameterToPrimitiveType<{ internalType: "uint256"; name: "roles"; type: "uint256"; }>; user: AbiParameterToPrimitiveType<{ internalType: "address"; name: "user"; type: "address"; }>;}>;