HasAnyRoleParams

Represents the parameters for the "hasAnyRole" function.

type HasAnyRoleParams = {
roles: AbiParameterToPrimitiveType<{
name: "roles";
type: "uint256";
}>;
user: AbiParameterToPrimitiveType<{
name: "user";
type: "address";
}>;
};