We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d857c1e commit b3258c8Copy full SHA for b3258c8
1 file changed
src/types/index.ts
@@ -43,8 +43,6 @@ export type BaseEntry = {
43
export type Article = BaseEntry & {
44
source: string
45
canonical_url?: string
46
- original_url?: string
47
- comments_url?: string
48
}
49
50
export type Product = BaseEntry & {
0 commit comments