Update scripts

This commit is contained in:
freearhey
2026-05-04 18:01:51 +03:00
parent 3f6b8267cc
commit e8e47b511a
8 changed files with 353 additions and 178 deletions

View File

@@ -1,8 +0,0 @@
export interface ChannelGuideObject {
channel: string | null
feed: string | null
site: string
site_id: string
site_name: string
lang: string
}