diff --git a/packages/schema/src/config/_common.ts b/packages/schema/src/config/_common.ts index d3fc8ac22e..c483bf012f 100644 --- a/packages/schema/src/config/_common.ts +++ b/packages/schema/src/config/_common.ts @@ -225,7 +225,7 @@ export default { * function () {} * ] * ``` - * @type {(typeof import('../src/types/module').NuxtModule | string)[]} + * @type {(typeof import('../src/types/module').NuxtModule | string | [typeof import('../src/types/module').NuxtModule | string, Record])[]} * @version 2 * @version 3 */ @@ -262,7 +262,7 @@ export default { * decreases the size of `node_modules` in production deployments. Please refer to each * module's documentation to see if it is recommended to use `modules` or `buildModules`. * - * @type {(typeof import('../src/types/module').NuxtModule | string)[]} + * @type {(typeof import('../src/types/module').NuxtModule | string | [typeof import('../src/types/module').NuxtModule | string, Record])[]} * @version 2 * @version 3 */