rework for sse

This commit is contained in:
2024-05-27 23:41:31 +02:00
parent 89c03fe650
commit 2ae7313797
8 changed files with 66 additions and 372 deletions
+6
View File
@@ -0,0 +1,6 @@
export enum ContainerVisibility {
NONE = "none",
ONLY_LAST = "only_last",
ALL = "all",
PROTECTED = "protected"
}