RevokeRolesParams

Represents the parameters for the "revokeRoles" function.

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