Skip to content

Commit 3ca85c6

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)