From 23971efdb007701352ce58412db597cd95b9996b Mon Sep 17 00:00:00 2001 From: CJBoy <78361904+cjboy76@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:08:54 +0800 Subject: [PATCH] fix(module): missing types in `ui` config (#2467) --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {