Skip to content

Commit 30b7568

Browse files
committed
fix(entity): add referenceImageUrl
1 parent 9a368d1 commit 30b7568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/entity.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@ export interface ReferenceItem {
511511
status: string
512512
targetId: string
513513
targetType: string
514+
/** 引用图片地址 */
515+
referenceImageUrl?: string
514516
}
515517

516518
export interface Notification {

0 commit comments

Comments
 (0)