mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
76eb7caa2f
Vector's tsc version is currently reporting errors that the latest typescript version doesn't report and vice versa. Upgrade to the latest version to avoid these discrepancies. Additionally: Fix tsc errors that are now reported by updated version Bug: T297614 Change-Id: I0eb67bcc1a5ce214fcf2d6f6433a5de3a845b6a6
9 lines
238 B
TypeScript
9 lines
238 B
TypeScript
/** See Vector\Hooks::getVectorResourceLoaderConfig */
|
|
interface VectorResourceLoaderVirtualConfig {
|
|
wgVectorSearchHost: string;
|
|
/**
|
|
* The name of the ResourceLoader module that contains search.
|
|
*/
|
|
wgVectorUseWvuiSearch: boolean
|
|
}
|