Skip to content

Commit 3ca85c6

Browse files
committed
Add JsonData type
1 parent 50c6bf1 commit 3ca85c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/Events/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export interface Event {
55
host: string;
66
description: string;
77
}
8+
9+
export type JsonData = Record<string, Event[]>;

0 commit comments

Comments
 (0)