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