Skip to content

Commit b3258c8

Browse files
committed
feat: remove original_url and comments_url from Article type
1 parent d857c1e commit b3258c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ export type BaseEntry = {
4343
export type Article = BaseEntry & {
4444
source: string
4545
canonical_url?: string
46-
original_url?: string
47-
comments_url?: string
4846
}
4947

5048
export type Product = BaseEntry & {

0 commit comments

Comments
 (0)