fix(types): app config types extending from schema

This commit is contained in:
Sébastien Chopin 2023-04-21 15:33:55 +02:00
parent fd281f2d7d
commit 6c9d6331e1
1 changed files with 1 additions and 1 deletions

View File

@ -158,4 +158,4 @@ export interface NuxtAppConfig {
keepalive: boolean | KeepAliveProps keepalive: boolean | KeepAliveProps
} }
export interface AppConfig { } export interface AppConfig extends CustomAppConfig { }