feat: add SpecialGroup enum

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-10-30 23:58:17 +02:00
parent 832702da9b
commit 4a717551b9

View file

@ -0,0 +1,10 @@
/*
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
export enum SpecialGroup {
LOGGED_IN = '_LOGGED_IN',
EVERYONE = '_EVERYONE',
}