mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
feat: add SpecialGroup enum
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
2a9f0f70cb
commit
9a8f4c0b8c
1 changed files with 10 additions and 0 deletions
10
src/groups/groups.special.ts
Normal file
10
src/groups/groups.special.ts
Normal 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',
|
||||
}
|
Loading…
Reference in a new issue