From 2c3cad528a247c771bca136466337877f76f280f Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Thu, 12 Feb 2026 21:59:55 -0800 Subject: Implement Frontend Feed List with tests --- frontend/src/types.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/src/types.ts (limited to 'frontend/src/types.ts') diff --git a/frontend/src/types.ts b/frontend/src/types.ts new file mode 100644 index 0000000..905b1dc --- /dev/null +++ b/frontend/src/types.ts @@ -0,0 +1,7 @@ +export interface Feed { + _id: number; + url: string; + web_url: string; + title: string; + category: string; +} -- cgit v1.2.3