@nuxt/schema-nightly
Advanced tools
Comparing version 3.8.1-28296664.785b7a3f to 3.8.1-28296966.7fcdce26
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.8.1-28296664.785b7a3f", | ||
"version": "3.8.1-28296966.7fcdce26", | ||
"repository": "nuxt/nuxt", | ||
@@ -5,0 +5,0 @@ "description": "Nuxt types and default configuration", |
@@ -470,3 +470,3 @@ import type { ComponentsOptions } from '../src/types/components' | ||
*/ | ||
extends: (string|string|[string, SourceOptions?])[], | ||
extends: string | [string, SourceOptions?] | (string | [string, SourceOptions?])[], | ||
@@ -473,0 +473,0 @@ /** |
@@ -276,3 +276,3 @@ | ||
# `extends` | ||
- **Type**: `(string|string|[string, C12SourceOptions?])[]` | ||
- **Type**: `string | [string, C12SourceOptions?] | (string | [string, C12SourceOptions?])[]` | ||
- **Default**: `null` | ||
@@ -279,0 +279,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
470253