UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

12 lines (9 loc) 203 B
'use strict'; // src/lib/Sendbird/types.ts // Roles for a user in a channel var Role = { OPERATOR: 'operator', NONE: 'none', }; exports.Role = Role; //# sourceMappingURL=bundle-D8HbGJZJ.js.map