import { PageId } from ".."; import { PublishingChannel } from "../channels"; export interface PublisingChannelQueryResult extends PublishingChannel { waitingForApprovalPages: PageId[]; }