These types are not exported by webpack, but they are available to TypeScript consumers.
Multiple entry bundles are created. The key is the entry name. The value can be a string, an array or an entry description object.
[index: {string}]<string>|<string[]>
Type:
<string>
|
<object>
|
<EntryObject>
|
<string[]>Type:
<object>Type:
{object|Omit<EntryDescriptionNormalized, "import">}
Attributes
name:
<string>