export interface AccessRightState { hasRight: boolean; isBanned: boolean; }