Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Nov 2, 2022
1 parent d30e370 commit d466611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types/command-palette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { FuseSortFunctionMatch, FuseSortFunctionMatchList } from 'fuse.js'
import type { Avatar } from './avatar'
export interface Command {
id: string | number
label?: string
prefix?: string
suffix?: string
icon?: string
Expand All @@ -15,6 +14,7 @@ export interface Command {
group?: string
score?: number
matches?: (FuseSortFunctionMatch | FuseSortFunctionMatchList)[]
[key: string]: any
}

export interface Group {
Expand Down

0 comments on commit d466611

Please sign in to comment.