hedgedoc/src/groups/groups.special.ts
Philip Molares 4a717551b9 feat: add SpecialGroup enum
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-10-30 23:58:17 +02:00

10 lines
211 B
TypeScript

/*
* 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',
}