fix(module): missing types in ui config (#2467)

This commit is contained in:
CJBoy
2024-11-05 23:08:54 +08:00
committed by GitHub
parent 1a94b55caa
commit 23971efdb0

View File

@@ -21,7 +21,7 @@ type UI = {
colors?: string[]
strategy?: Strategy
[key: string]: any
} & DeepPartial<typeof config, string>
} & DeepPartial<typeof config, string | number | boolean>
declare module '@nuxt/schema' {
interface AppConfigInput {