mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
import { RIGHTS } from './RIGHTS'
|
|
|
|
export const MODERATOR_AI_RIGHTS = [RIGHTS.AI_SEND_MESSAGE]
|