import { PageId } from "./Page"; export interface PageHiddenResponse { hiddenBy: PageId; pageIds: PageId[]; }