UNPKG

@sendbird/uikit-react

Version:

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

10 lines (8 loc) 189 B
// src/lib/Sendbird/types.ts // Roles for a user in a channel var Role = { OPERATOR: 'operator', NONE: 'none', }; export { Role as R }; //# sourceMappingURL=bundle-9YecU3PU.js.map