UNPKG

hinet-hichannel-taiwan-radio

Version:

取得 HiNet hichannel 台灣電台的 m3u8 串流網址、節目表和其他資訊!

5 lines (4 loc) 272 B
import type * as GetProgramListAPIInterface from './GetProgramListAPIInterface'; import type * as GetNowProgramAPIInterface from './GetNowProgramAPIInterface'; export interface ChannelProgramInfo extends GetProgramListAPIInterface.Data, GetNowProgramAPIInterface.Data { }