import { GuidValue } from "@omnia/fx-models"; export interface TeamNewsRollupViewRegistration { id?: GuidValue; title: string; componentManifestId: GuidValue; settingsComponentManifestId?: GuidValue; viewElement?: string; settingsElement?: string; }