Skip to content

Commit

Permalink
fix(module): missing types in ui config (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjboy76 authored Nov 5, 2024
1 parent 1a94b55 commit 23971ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 23971ef

Please sign in to comment.