diff options
Diffstat (limited to 'frontend/src/types.ts')
| -rw-r--r-- | frontend/src/types.ts | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/frontend/src/types.ts b/frontend/src/types.ts deleted file mode 100644 index 1feea1f..0000000 --- a/frontend/src/types.ts +++ /dev/null @@ -1,24 +0,0 @@ -export interface Feed { - _id: number; - url: string; - web_url: string; - title: string; - category: string; -} - -export interface Item { - _id: number; - feed_id: number; - title: string; - url: string; - description: string; - publish_date: string; - read: boolean; - starred: boolean; - full_content?: string; - header_image?: string; - feed_title?: string; -} -export interface Category { - title: string; -} |
