diff --git a/src/module.ts b/src/module.ts index 7f1f1d92..f5d36f5d 100644 --- a/src/module.ts +++ b/src/module.ts @@ -21,7 +21,7 @@ type UI = { colors?: string[] strategy?: Strategy [key: string]: any -} & DeepPartial +} & DeepPartial declare module '@nuxt/schema' { interface AppConfigInput {