add video embeds
This commit is contained in:
parent
c282c6c6f6
commit
715eae7ff2
3 changed files with 65 additions and 8 deletions
|
@ -332,6 +332,12 @@ type embedjson={
|
|||
},
|
||||
provider:{
|
||||
name:string,
|
||||
},
|
||||
video:{
|
||||
url: string,
|
||||
width?: number|null,
|
||||
height?: number|null,
|
||||
proxy_url?: string
|
||||
}
|
||||
}
|
||||
type presencejson={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue