UNPKG

@pazznetwork/ngx-chat

Version:

[![Build status](https://api.travis-ci.com/pazznetwork/ngx-chat.svg?branch=master)](https://travis-ci.com/pazznetwork/ngx-chat) [![Coverage](https://coveralls.io/repos/github/pazznetwork/ngx-chat/badge.svg?branch=master)](https://coveralls.io/github/pazzn

12 lines (11 loc) 227 B
export declare enum Role { none = "none", visitor = "visitor", participant = "participant", moderator = "moderator" } export interface RoleModification { nick: string; role: Role; reason?: string; }