iptv/scripts/models/index.ts
2023-09-15 18:40:35 +03:00

10 lines
239 B
TypeScript

export * from './playlist'
export * from './blocked'
export * from './stream'
export * from './category'
export * from './channel'
export * from './language'
export * from './country'
export * from './region'
export * from './subdivision'