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