UNPKG

@omnia/fx-models

Version:
7 lines (6 loc) 275 B
export interface ManifestGroupOptions { /** The manifest id's of the webcomponent's to include in this group */ webComponentManifestIds?: Array<string>; /** The manifest id's of the resources to include in this group */ resourceManifestIds?: Array<string>; }