feat: add dataset item images
This commit is contained in:
@@ -24,6 +24,7 @@ export type DatasetItemDTO = {
|
||||
summary: string
|
||||
content: string
|
||||
url: string
|
||||
imageUrl: string
|
||||
status: 'unread' | 'read' | 'archived'
|
||||
starred: boolean
|
||||
publishedAt: string | null
|
||||
|
||||
Reference in New Issue
Block a user