Adding events for auto reload on data updating.

This commit is contained in:
charles-gauthereau
2024-12-14 17:49:50 +01:00
parent f6852950c8
commit ffa03496bf
8 changed files with 188 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
export type eventUpdate = {
update : boolean
}