mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: rename AppConfig
to AppConfigInput
(#7293)
This commit is contained in:
parent
a931667111
commit
a631da9e56
@ -38,11 +38,11 @@ It is also possible to type app config manually:
|
||||
|
||||
```ts [index.d.ts]
|
||||
declare module '@nuxt/schema' {
|
||||
interface AppConfig {
|
||||
interface AppConfigInput {
|
||||
/** Theme configuration */
|
||||
theme: {
|
||||
theme?: {
|
||||
/** Primary app color */
|
||||
primaryColor: string
|
||||
primaryColor?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user