We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3272391 commit f568bc0Copy full SHA for f568bc0
src/routes/Events/types.ts
@@ -0,0 +1,7 @@
1
+export interface Event {
2
+ title: string;
3
+ date: Date;
4
+ // Convert to Staff type in later PR after converting from interface
5
+ host: string;
6
+ description: string;
7
+}
0 commit comments