Enum EventType updated

This commit is contained in:
R40fendt
2026-02-02 11:49:52 +01:00
parent 3798232611
commit fe13c160c1

View File

@@ -15,8 +15,9 @@ export class MyEvent {
} }
export enum EventType { export enum EventType {
html, html = "html",
markdown, markdown = "markdown",
fotos, fotos = "fotos",
link link = "link",
dlink = "dlink"
} }