UNPKG

@omnia/tooling-composers

Version:

Provide tooling to work with manifest things.

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>; }