import { GuidValue } from "@omnia/fx-models";
export type OmniaWPContainerSettingsModel = {
    componentManifestId: GuidValue;
    settingsComponentManifestId?: GuidValue;
    componentTag?: string;
    componentSettings?: object;
};
