mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
feat: add NoteEvent enum
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
b127475a12
commit
35149e8a42
1 changed files with 10 additions and 0 deletions
10
src/events.ts
Normal file
10
src/events.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
export enum NoteEvent {
|
||||
PERMISSION_CHANGE = 'note.permission_change',
|
||||
DELETION = 'note.deletion',
|
||||
}
|
Loading…
Reference in a new issue