mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
fix(types): app config types extending from schema
This commit is contained in:
parent
fd281f2d7d
commit
6c9d6331e1
@ -158,4 +158,4 @@ export interface NuxtAppConfig {
|
||||
keepalive: boolean | KeepAliveProps
|
||||
}
|
||||
|
||||
export interface AppConfig { }
|
||||
export interface AppConfig extends CustomAppConfig { }
|
||||
|
Loading…
Reference in New Issue
Block a user