import { ILayoutItemRegistration } from "./ILayoutItemRegistration"; import { GuidValue } from "@omnia/fx-models"; export interface BlockRegistration extends ILayoutItemRegistration { manifestId: GuidValue; elementName: string; featureDependencyIds?: Array; }