import { IFeedItemSchedule } from './FeedItemSchedule'; export interface IFeedItemScheduling { feedItemSchedules: IFeedItemSchedule[]; }