mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-15 15:52:59 +00:00
WIP
This commit is contained in:
9
data/events.ts
Normal file
9
data/events.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface KKEvent {
|
||||
image: string;
|
||||
imageLink: string;
|
||||
body: string;
|
||||
type: "github" | "twitter";
|
||||
user: string;
|
||||
userLink: string;
|
||||
timestamp: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user