webpack/declarations/plugins/container/OverridablesPlugin.d.ts

16 lines
426 B
TypeScript
Raw Normal View History

/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn special-lint-fix` to update
*/
/**
* Modules that should be able to be overridden. When provided, property name is used as override key, otherwise override key is automatically inferred from request.
*/
export type OverridablesPluginOptions =
| OverridablesPluginOptions[]
| string
| {
[k: string]: OverridablesPluginOptions;
};