Update scripts
This commit is contained in:
9
scripts/types/logo.d.ts
vendored
Normal file
9
scripts/types/logo.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export type LogoData = {
|
||||
channel: string
|
||||
feed: string | null
|
||||
tags: string[]
|
||||
width: number
|
||||
height: number
|
||||
format: string | null
|
||||
url: string
|
||||
}
|
||||
Reference in New Issue
Block a user