export interface ManifestGroupOptions { /** The manifest id's of the webcomponent's to include in this group */ webComponentManifestIds?: Array; /** The manifest id's of the resources to include in this group */ resourceManifestIds?: Array; }