Skip to content

Commit

Permalink
optionnal
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Oct 31, 2022
1 parent 610d3ef commit 19a38d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/types/command-palette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { FuseSortFunctionMatch, FuseSortFunctionMatchList } from 'fuse.js'
import type { Avatar } from './avatar'
export interface Command {
id: string | number
label: string
label?: string
prefix?: string
suffix?: string
icon?: string
Expand All @@ -19,7 +19,7 @@ export interface Command {

export interface Group {
key: string
label: string
label?: string
active?: string
inactive?: string
commands: Command[]
Expand Down

0 comments on commit 19a38d6

Please sign in to comment.