UNPKG

@omnia/fx-spfx

Version:
8 lines (7 loc) 235 B
import { GuidValue } from "@omnia/fx-models"; export type OmniaWPContainerSettingsModel = { componentManifestId: GuidValue; settingsComponentManifestId?: GuidValue; componentTag?: string; componentSettings?: object; };