import type * as GetProgramListAPIInterface from './GetProgramListAPIInterface';
import type * as GetNowProgramAPIInterface from './GetNowProgramAPIInterface';
export interface ChannelProgramInfo extends GetProgramListAPIInterface.Data, GetNowProgramAPIInterface.Data {
}
