iptv/scripts/models/index.ts
2023-09-17 04:08:50 +03:00

11 lines
263 B
TypeScript

export * from './issue'
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'