import { Identity } from "@omnia/fx-models"; export interface ReadNews { pageId: number; createdBy: Identity; }