import { ChannelRollupViewSettings, PublisingChannelQueryResult } from ".."; export interface IChannelRollupViewInterface { publishingChannels: Array; viewSettings: T; groupByCategories: boolean; styles: any; } export interface IChannelRollupViewSettingsInterface { viewSettings: T; onUpdatedViewSettings: (viewSettings: T) => void; styles: any; }