<?php
declare(strict_types=1);

namespace api\rbac;

final class Roles {

    public const ACCOUNTS_WEB_USER = 'accounts_web_user';

}