Add url field in caption and use it for thumbnails
This commit is contained in:
parent
215304eaa0
commit
ca6d36227a
20 changed files with 160 additions and 82 deletions
|
@ -1,6 +1,7 @@
|
|||
export interface ActivityIdentifierObject {
|
||||
identifier: string
|
||||
name: string
|
||||
url?: string
|
||||
}
|
||||
|
||||
export interface ActivityIconObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue