export default class AdminPermissions { static readonly OWNER = "OWNER" static readonly MANAGE_ADMIN = "MANAGE_ADMIN" static readonly MUTE_MEMBERS = "MUTE_MEMBERS" static readonly REMOVE_MEMBERS = "REMOVE_MEMBERS" }