mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04: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…
Add table
Add a link
Reference in a new issue