We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c6bf1 commit 3ca85c6Copy full SHA for 3ca85c6
src/routes/Events/types.ts
@@ -5,3 +5,5 @@ export interface Event {
5
host: string;
6
description: string;
7
}
8
+
9
+export type JsonData = Record<string, Event[]>;
0 commit comments