mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
10 lines
211 B
TypeScript
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',
|
|
}
|