Initial draft
This commit is contained in:
7
types/Item.ts
Normal file
7
types/Item.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type Item = {
|
||||
timestamp: number;
|
||||
category: 'home' | 'royal-road' | 'podcasts' | 'mixtapes';
|
||||
title: string;
|
||||
info: string;
|
||||
link: string;
|
||||
};
|
||||
Reference in New Issue
Block a user