Update scripts

This commit is contained in:
freearhey 2025-04-23 20:56:19 +03:00
parent 696fdf5780
commit ec5cdf0864
15 changed files with 144 additions and 118 deletions

View file

@ -1,7 +1,7 @@
import { Storage, Collection, Logger, Dictionary } from '@freearhey/core'
import { DataLoader, DataProcessor, PlaylistParser } from '../../core'
import { Channel, Feed, Playlist, Stream } from '../../models'
import type { ChannelSearchableData } from '../../types/channel'
import { Channel, Feed, Playlist, Stream } from '../../models'
import { DataProcessorData } from '../../types/dataProcessor'
import { DataLoaderData } from '../../types/dataLoader'
import { select, input } from '@inquirer/prompts'