We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2baba commit ab259b9Copy full SHA for ab259b9
1 file changed
Website/generated/Data.ts
@@ -0,0 +1,8 @@
1
+import { GroupType } from "@/lib/Types";
2
+
3
+export let Groups: GroupType[] = [
4
+ {
5
+ "Name":"Default",
6
+ "Entities":[]
7
+ },
8
+]
0 commit comments