feat: support for video events
This commit is contained in:
parent
d6a5a82cf8
commit
6b88da3f03
28 changed files with 116 additions and 72 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
|
@ -109,7 +109,7 @@ export type TFeedInfo = { feedType: TFeedType; id?: string }
|
|||
|
||||
export type TLanguage = 'en' | 'zh' | 'pl'
|
||||
|
||||
export type TImageInfo = {
|
||||
export type TImetaInfo = {
|
||||
url: string
|
||||
blurHash?: string
|
||||
dim?: { width: number; height: number }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue