Skip to content

Commit

Permalink
fix(types): add missing field in command palette type (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Nov 2, 2022
1 parent e521e1a commit 28586c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/types/command-palette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface Command {
group?: string
score?: number
matches?: (FuseSortFunctionMatch | FuseSortFunctionMatchList)[]
[key: string]: any
}

export interface Group {
Expand All @@ -22,4 +23,5 @@ export interface Group {
inactive?: string
commands: Command[]
options?: Partial<UseFuseOptions<Command>>
[key: string]: any
}

1 comment on commit 28586c3

@vercel
Copy link

@vercel vercel bot commented on 28586c3 Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

nuxthq-ui.vercel.app
ui-nuxtlabs.vercel.app
ui-git-dev-nuxtlabs.vercel.app

Please sign in to comment.